Color Hex Logo

#d11920 Color Hex

#D11920
(209,25,32)
0 Favorites   0 Comments

Color spaces of #d11920

RGB 2092532
HSL0.990.790.46
HSV358°88°82°
CMYK 0.000.880.85   0.18
XYZ26.902814.35492.7193
Yxy14.35490.61170.3264
Hunter Lab37.887960.442622.2661
CIE-Lab44.737766.488846.2596

#d11920 color RGB value is (209,25,32).

#d11920 hex color red value is 209, green value is 25 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #d11920 hue: 0.99 , saturation: 0.79 and the lightness value of d11920 is 0.46.

The process color (four color CMYK) of #d11920 color hex is 0.00, 0.88, 0.85, 0.18. Web safe color of #d11920 is #cc0033. Color #d11920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011001 00100000
Octal 321 31 40
Decimal 209 25 32
Hex D1 19 20

RGB Percentages of Color #d11920

%78.57
%9.40
%12.03

CMYK Percentages of Color #d11920

%0
%88
%85
%18

Triadic Colors of #d11920

#d11920 #20d119 #1920d1

Analogous Colors of #d11920

#d11920 #d16e19 #d1197c

Monochromatic Colors of #d11920

#d11920

Complementary Color

#d11920 #19d1ca

#d11920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11920 Color CSS Codes

.mybgcolor {background-color:#d11920; } 
.myforecolor {color:#d11920; }
.mybordercolor {border:3px solid #d11920; }

#d11920 Text Font Color

<p style="color:#d11920">Text here</p>

This sample text font color is #d11920
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d11920 Background Color

<div style="background-color:#d11920">
Div content here</div>

This div background color is #d11920


#d11920 Border Color

<div style="border:3px solid #d11920">
Div here</div>

This div border color is #d11920


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,25,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d11920; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d11920;
  -webkit-box-shadow: 1px 1px 3px 2px #d11920;
  box-shadow:         1px 1px 3px 2px #d11920; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,25,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d11920">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d11920;
  -webkit-box-shadow: 1px 1px 3px 2px #d11920;
  box-shadow:         1px 1px 3px 2px #d11920;">
Div content here</div>

This div box has shadow with color #d11920


Comments

No comments written yet.

Please login to write comment.