Color Hex Logo

#dd240f Color Hex

#DD240F
(221,36,15)
0 Favorites   0 Comments

Color spaces of #dd240f

RGB 2213615
HSL0.020.870.46
HSV93°87°
CMYK 0.000.840.93   0.13
XYZ30.535916.66842.0598
Yxy16.66840.61980.3383
Hunter Lab40.827062.059225.5876
CIE-Lab47.839567.277456.7773

#dd240f color RGB value is (221,36,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100100 00001111
Octal 335 44 17
Decimal 221 36 15
Hex DD 24 F

RGB Percentages of Color #dd240f

%81.25
%13.24
%5.51

CMYK Percentages of Color #dd240f

%0
%84
%93
%13

Triadic Colors of #dd240f

#dd240f #0fdd24 #240fdd

Analogous Colors of #dd240f

#dd240f #dd8b0f #dd0f61

Monochromatic Colors of #dd240f

#dd240f

Complementary Color

#dd240f #0fc8dd

#dd240f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd240f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd240f Color CSS Codes

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

#dd240f Text Font Color

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

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


#dd240f Background Color

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

This div background color is #dd240f


#dd240f Border Color

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

This div border color is #dd240f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd240f


Comments

No comments written yet.

Please login to write comment.