Color Hex Logo

#dd210f Color Hex

#DD210F
(221,33,15)
0 Favorites   0 Comments

Color spaces of #dd210f

RGB 2213315
HSL0.010.870.46
HSV93°87°
CMYK 0.000.850.93   0.13
XYZ30.448916.49442.0308
Yxy16.49440.62170.3368
Hunter Lab40.613362.753125.4646
CIE-Lab47.616667.912856.6443

#dd210f color RGB value is (221,33,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100001 00001111
Octal 335 41 17
Decimal 221 33 15
Hex DD 21 F

RGB Percentages of Color #dd210f

%82.16
%12.27
%5.58

CMYK Percentages of Color #dd210f

%0
%85
%93
%13

Triadic Colors of #dd210f

#dd210f #0fdd21 #210fdd

Analogous Colors of #dd210f

#dd210f #dd880f #dd0f64

Monochromatic Colors of #dd210f

#dd210f

Complementary Color

#dd210f #0fcbdd

#dd210f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd210f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd210f Color CSS Codes

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

#dd210f Text Font Color

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

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


#dd210f Background Color

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

This div background color is #dd210f


#dd210f Border Color

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

This div border color is #dd210f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd210f


Comments

No comments written yet.

Please login to write comment.