Html Css Color HEX #DD2D37 Alizarin

📋 copy color: '#DD2D37'

red 221 ◦ green 45 ◦ blue 55

#DD2D37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #DD2D37

Tints of Alizarin #DD2D37

RGB

 RED value IS 221 (86.72% from 255) = 68.85%

 GREEN value IS 45 (17.97% from 255) = 14.02%

 BLUE value IS 55 (21.88% from 255) = 17.13%

R = 68.85%
G = 14.02%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD2D37 (or 0xDD2D37) is known color: Alizarin. HEX triplet: DD, 2D and 37. RGB value is (221,45,55). Sum of RGB (Red+Green+Blue) = 221+45+55=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2D37 is #22D2C8. Grayscale: #626262. Windows color (decimal): -2282185 or 3616221. OLE color: 3616221.

HSL color Cylindrical-coordinate representation of color #DD2D37: hue angle of 356.59º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2D37 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 45 55 -
CMYK 0 0.80 0.75 0.13
HSL 356.59º 0.72% 0.52% -
HSV(B) 356.59º 0.8% 0.87% -
XYZ 31.45 17.52 5.34 -
YUV 98.76 103.31 215.19 -
System Red Green Blue C M Y K H S L
Decimal 221 45 55 0 0.80 0.75 0.13 356.59 0.72 0.52
Hex DD 2D 37 0 50 4B D 165 48 34
Octal 335 55 67 0 120 113 15 545 110 64
Binary 11011101 101101 110111 0 1010000 1001011 1101 101100101 1001000 110100

Color Harmonies of #DD2D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D37

Black with #DD2D37

Text Example


Text Example

White with #DD2D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D37; }

 p { color: rgb(221,45,55); }

 H1.HeaderClassName
 {
   color: #DD2D37;
 }
 .AnyTagClassName
 {
   color: #DD2D37;
 }
</style>

background-color css

<style>
 a { background-color: #DD2D37; }

 a { background-color: rgb(221,45,55); }

 div.DivClassName
 {
   background-color: #DD2D37;
 }
 .BgClassName
 {
   background-color: #DD2D37;
 }
</style>

border-color css

<style>
 span { border-color: #DD2D37; }

 span { border-color: rgb(221,45,55); }

 td.TdClassName
 {
   border-color: #DD2D37;
 }
 .TagClassName
 {
   border-color: #DD2D37;
 }
</style>