Color Hex Logo

#dd150c Color Hex

#DD150C
(221,21,12)
0 Favorites   0 Comments

Color spaces of #dd150c

RGB 2212112
HSL0.010.900.46
HSV95°87°
CMYK 0.000.900.95   0.13
XYZ30.153315.93501.8343
Yxy15.93500.62920.3325
Hunter Lab39.918764.975625.2186
CIE-Lab46.889169.937757.1591

#dd150c color RGB value is (221,21,12).

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

The process color (four color CMYK) of #dd150c color hex is 0.00, 0.90, 0.95, 0.13. Web safe color of #dd150c is #cc0000. Color #dd150c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010101 00001100
Octal 335 25 14
Decimal 221 21 12
Hex DD 15 C

RGB Percentages of Color #dd150c

%87.01
%8.27
%4.72

CMYK Percentages of Color #dd150c

%0
%90
%95
%13

Triadic Colors of #dd150c

#dd150c #0cdd15 #150cdd

Analogous Colors of #dd150c

#dd150c #dd7e0c #dd0c6c

Monochromatic Colors of #dd150c

#dd150c

Complementary Color

#dd150c #0cd4dd

#dd150c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd150c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd150c Color CSS Codes

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

#dd150c Text Font Color

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

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


#dd150c Background Color

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

This div background color is #dd150c


#dd150c Border Color

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

This div border color is #dd150c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,21,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd150c


Comments

No comments written yet.

Please login to write comment.