Color Hex Logo

#dc130a Color Hex

#DC130A
(220,19,10)
0 Favorites   0 Comments

Color spaces of #dc130a

RGB 2201910
HSL0.010.910.45
HSV95°86°
CMYK 0.000.910.95   0.14
XYZ29.802915.70331.7474
Yxy15.70330.63070.3323
Hunter Lab39.627464.898025.1247
CIE-Lab46.582869.931857.4537

#dc130a color RGB value is (220,19,10).

#dc130a hex color red value is 220, green value is 19 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #dc130a hue: 0.01 , saturation: 0.91 and the lightness value of dc130a is 0.45.

The process color (four color CMYK) of #dc130a color hex is 0.00, 0.91, 0.95, 0.14. Web safe color of #dc130a is #cc0000. Color #dc130a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010011 00001010
Octal 334 23 12
Decimal 220 19 10
Hex DC 13 A

RGB Percentages of Color #dc130a

%88.35
%7.63
%4.02

CMYK Percentages of Color #dc130a

%0
%91
%95
%14

Triadic Colors of #dc130a

#dc130a #0adc13 #130adc

Analogous Colors of #dc130a

#dc130a #dc7c0a #dc0a6a

Monochromatic Colors of #dc130a

#dc130a

Complementary Color

#dc130a #0ad3dc

#dc130a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc130a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc130a Color CSS Codes

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

#dc130a Text Font Color

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

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


#dc130a Background Color

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

This div background color is #dc130a


#dc130a Border Color

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

This div border color is #dc130a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc130a


Comments

No comments written yet.

Please login to write comment.