Color Hex Logo

#dc121b Color Hex

#DC121B
(220,18,27)
0 Favorites   0 Comments

Color spaces of #dc121b

RGB 2201827
HSL0.990.850.47
HSV357°92°86°
CMYK 0.000.920.88   0.14
XYZ29.929315.72742.4951
Yxy15.72740.62160.3266
Hunter Lab39.657865.310924.0302
CIE-Lab46.614870.273551.1490

#dc121b color RGB value is (220,18,27).

#dc121b hex color red value is 220, green value is 18 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #dc121b hue: 0.99 , saturation: 0.85 and the lightness value of dc121b is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010010 00011011
Octal 334 22 33
Decimal 220 18 27
Hex DC 12 1B

RGB Percentages of Color #dc121b

%83.02
%6.79
%10.19

CMYK Percentages of Color #dc121b

%0
%92
%88
%14

Triadic Colors of #dc121b

#dc121b #1bdc12 #121bdc

Analogous Colors of #dc121b

#dc121b #dc6e12 #dc1280

Monochromatic Colors of #dc121b

#dc121b

Complementary Color

#dc121b #12dcd3

#dc121b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc121b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc121b Color CSS Codes

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

#dc121b Text Font Color

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

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


#dc121b Background Color

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

This div background color is #dc121b


#dc121b Border Color

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

This div border color is #dc121b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc121b


Comments

No comments written yet.

Please login to write comment.