Color Hex Logo

#dd250f Color Hex

#DD250F
(221,37,15)
0 Favorites   0 Comments

Color spaces of #dd250f

RGB 2213715
HSL0.020.870.46
HSV93°87°
CMYK 0.000.830.93   0.13
XYZ30.566616.72982.0701
Yxy16.72980.61920.3389
Hunter Lab40.902161.816525.6307
CIE-Lab47.917867.054756.8236

#dd250f color RGB value is (221,37,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100101 00001111
Octal 335 45 17
Decimal 221 37 15
Hex DD 25 F

RGB Percentages of Color #dd250f

%80.95
%13.55
%5.49

CMYK Percentages of Color #dd250f

%0
%83
%93
%13

Triadic Colors of #dd250f

#dd250f #0fdd25 #250fdd

Analogous Colors of #dd250f

#dd250f #dd8c0f #dd0f60

Monochromatic Colors of #dd250f

#dd250f

Complementary Color

#dd250f #0fc7dd

#dd250f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd250f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd250f Color CSS Codes

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

#dd250f Text Font Color

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

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


#dd250f Background Color

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

This div background color is #dd250f


#dd250f Border Color

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

This div border color is #dd250f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd250f


Comments

No comments written yet.

Please login to write comment.