Color Hex Logo

#dd1835 Color Hex

#DD1835
(221,24,53)
0 Favorites   0 Comments

Color spaces of #dd1835

RGB 2212453
HSL0.980.800.48
HSV351°89°87°
CMYK 0.000.890.76   0.13
XYZ30.788016.28254.8883
Yxy16.28250.59250.3134
Hunter Lab40.351665.579121.0636
CIE-Lab47.343070.357438.1295

#dd1835 color RGB value is (221,24,53).

#dd1835 hex color red value is 221, green value is 24 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #dd1835 hue: 0.98 , saturation: 0.80 and the lightness value of dd1835 is 0.48.

The process color (four color CMYK) of #dd1835 color hex is 0.00, 0.89, 0.76, 0.13. Web safe color of #dd1835 is #cc0033. Color #dd1835 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011000 00110101
Octal 335 30 65
Decimal 221 24 53
Hex DD 18 35

RGB Percentages of Color #dd1835

%74.16
%8.05
%17.79

CMYK Percentages of Color #dd1835

%0
%89
%76
%13

Triadic Colors of #dd1835

#dd1835 #35dd18 #1835dd

Analogous Colors of #dd1835

#dd1835 #dd5d18 #dd1898

Monochromatic Colors of #dd1835

#dd1835

Complementary Color

#dd1835 #18ddc0

#dd1835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd1835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd1835 Color CSS Codes

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

#dd1835 Text Font Color

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

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


#dd1835 Background Color

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

This div background color is #dd1835


#dd1835 Border Color

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

This div border color is #dd1835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd1835


Comments

No comments written yet.

Please login to write comment.