Color Hex Logo

#dc252f Color Hex

#DC252F
(220,37,47)
0 Favorites   0 Comments

Color spaces of #dc252f

RGB 2203747
HSL0.990.720.50
HSV357°83°86°
CMYK 0.000.830.79   0.14
XYZ30.689916.74404.3037
Yxy16.74400.59320.3236
Hunter Lab40.919462.267422.4078
CIE-Lab47.935867.436842.1065

#dc252f color RGB value is (220,37,47).

#dc252f hex color red value is 220, green value is 37 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dc252f hue: 0.99 , saturation: 0.72 and the lightness value of dc252f is 0.50.

The process color (four color CMYK) of #dc252f color hex is 0.00, 0.83, 0.79, 0.14. Web safe color of #dc252f is #cc3333. Color #dc252f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100101 00101111
Octal 334 45 57
Decimal 220 37 47
Hex DC 25 2F

RGB Percentages of Color #dc252f

%72.37
%12.17
%15.46

CMYK Percentages of Color #dc252f

%0
%83
%79
%14

Triadic Colors of #dc252f

#dc252f #2fdc25 #252fdc

Analogous Colors of #dc252f

#dc252f #dc7725 #dc258b

Monochromatic Colors of #dc252f

#dc252f

Complementary Color

#dc252f #25dcd2

#dc252f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc252f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc252f Color CSS Codes

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

#dc252f Text Font Color

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

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


#dc252f Background Color

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

This div background color is #dc252f


#dc252f Border Color

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

This div border color is #dc252f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc252f


Comments

No comments written yet.

Please login to write comment.