Color Hex Logo

#dc091a Color Hex

#DC091A
(220,9,26)
0 Favorites   0 Comments

Color spaces of #dc091a

RGB 220926
HSL0.990.920.45
HSV355°96°86°
CMYK 0.000.960.88   0.14
XYZ29.799315.48562.3957
Yxy15.48560.62500.3248
Hunter Lab39.351766.304423.9367
CIE-Lab46.292271.170551.3575

#dc091a color RGB value is (220,9,26).

#dc091a hex color red value is 220, green value is 9 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #dc091a hue: 0.99 , saturation: 0.92 and the lightness value of dc091a is 0.45.

The process color (four color CMYK) of #dc091a color hex is 0.00, 0.96, 0.88, 0.14. Web safe color of #dc091a is #cc0033. Color #dc091a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00001001 00011010
Octal 334 11 32
Decimal 220 9 26
Hex DC 9 1A

RGB Percentages of Color #dc091a

%86.27
%3.53
%10.20

CMYK Percentages of Color #dc091a

%0
%96
%88
%14

Triadic Colors of #dc091a

#dc091a #1adc09 #091adc

Analogous Colors of #dc091a

#dc091a #dc6209 #dc0984

Monochromatic Colors of #dc091a

#dc091a

Complementary Color

#dc091a #09dccb

#dc091a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc091a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc091a Color CSS Codes

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

#dc091a Text Font Color

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

This sample text font color is #dc091a
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.


#dc091a Background Color

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

This div background color is #dc091a


#dc091a Border Color

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

This div border color is #dc091a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,9,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dc091a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dc091a;
  -webkit-box-shadow: 1px 1px 3px 2px #dc091a;
  box-shadow:         1px 1px 3px 2px #dc091a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,9,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc091a


Comments

No comments written yet.

Please login to write comment.