Color Hex Logo

#dc240f Color Hex

#DC240F
(220,36,15)
0 Favorites   0 Comments

Color spaces of #dc240f

RGB 2203615
HSL0.020.870.46
HSV93°86°
CMYK 0.000.840.93   0.14
XYZ30.232316.51192.0456
Yxy16.51190.61960.3384
Hunter Lab40.634861.693025.4597
CIE-Lab47.639067.002656.5545

#dc240f color RGB value is (220,36,15).

#dc240f hex color red value is 220, green value is 36 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dc240f hue: 0.02 , saturation: 0.87 and the lightness value of dc240f is 0.46.

The process color (four color CMYK) of #dc240f color hex is 0.00, 0.84, 0.93, 0.14. Web safe color of #dc240f is #cc3300. Color #dc240f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100100 00001111
Octal 334 44 17
Decimal 220 36 15
Hex DC 24 F

RGB Percentages of Color #dc240f

%81.18
%13.28
%5.54

CMYK Percentages of Color #dc240f

%0
%84
%93
%14

Triadic Colors of #dc240f

#dc240f #0fdc24 #240fdc

Analogous Colors of #dc240f

#dc240f #dc8b0f #dc0f61

Monochromatic Colors of #dc240f

#dc240f

Complementary Color

#dc240f #0fc7dc

#dc240f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc240f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc240f Color CSS Codes

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

#dc240f Text Font Color

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

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


#dc240f Background Color

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

This div background color is #dc240f


#dc240f Border Color

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

This div border color is #dc240f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc240f


Comments

No comments written yet.

Please login to write comment.