Color Hex Logo

#dc153f Color Hex

#DC153F
(220,21,63)
0 Favorites   0 Comments

Color spaces of #dc153f

RGB 2202163
HSL0.960.830.47
HSV347°90°86°
CMYK 0.000.900.71   0.14
XYZ30.680616.11096.1953
Yxy16.11090.57900.3041
Hunter Lab40.138466.198018.9455
CIE-Lab47.119770.920231.9026

#dc153f color RGB value is (220,21,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010101 00111111
Octal 334 25 77
Decimal 220 21 63
Hex DC 15 3F

RGB Percentages of Color #dc153f

%72.37
%6.91
%20.72

CMYK Percentages of Color #dc153f

%0
%90
%71
%14

Triadic Colors of #dc153f

#dc153f #3fdc15 #153fdc

Analogous Colors of #dc153f

#dc153f #dc4e15 #dc15a3

Monochromatic Colors of #dc153f

#dc153f

Complementary Color

#dc153f #15dcb2

#dc153f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc153f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc153f Color CSS Codes

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

#dc153f Text Font Color

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

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


#dc153f Background Color

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

This div background color is #dc153f


#dc153f Border Color

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

This div border color is #dc153f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc153f


Comments

No comments written yet.

Please login to write comment.