Color Hex Logo

#dc151b Color Hex

#DC151B
(220,21,27)
0 Favorites   0 Comments

Color spaces of #dc151b

RGB 2202127
HSL0.990.830.47
HSV358°90°86°
CMYK 0.000.900.88   0.14
XYZ29.981215.83112.5124
Yxy15.83110.62040.3276
Hunter Lab39.788364.873424.1080
CIE-Lab46.752169.878151.2548

#dc151b color RGB value is (220,21,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010101 00011011
Octal 334 25 33
Decimal 220 21 27
Hex DC 15 1B

RGB Percentages of Color #dc151b

%82.09
%7.84
%10.07

CMYK Percentages of Color #dc151b

%0
%90
%88
%14

Triadic Colors of #dc151b

#dc151b #1bdc15 #151bdc

Analogous Colors of #dc151b

#dc151b #dc7315 #dc157f

Monochromatic Colors of #dc151b

#dc151b

Complementary Color

#dc151b #15dcd6

#dc151b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc151b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc151b Color CSS Codes

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

#dc151b Text Font Color

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

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


#dc151b Background Color

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

This div background color is #dc151b


#dc151b Border Color

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

This div border color is #dc151b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,21,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 #dc151b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc151b


Comments

No comments written yet.

Please login to write comment.