Html Css Color HEX #DD2031 Alizarin

📋 copy color: '#DD2031'

red 221 ◦ green 32 ◦ blue 49

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

Shades of Alizarin #DD2031

Tints of Alizarin #DD2031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.6%

 BLUE value IS 49 (19.53% from 255) = 16.23%

R = 73.18%
G = 10.6%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD2031 (or 0xDD2031) is known color: Alizarin. HEX triplet: DD, 20 and 31. RGB value is (221,32,49). Sum of RGB (Red+Green+Blue) = 221+32+49=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2031 is #22DFCE. Grayscale: #5A5A5A. Windows color (decimal): -2285519 or 3219677. OLE color: 3219677.

HSL color Cylindrical-coordinate representation of color #DD2031: hue angle of 354.6º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD2031 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 32 49 -
CMYK 0 0.86 0.78 0.13
HSL 354.6º 0.75% 0.5% -
HSV(B) 354.6º 0.86% 0.87% -
XYZ 30.89 16.63 4.49 -
YUV 90.45 104.62 221.12 -
System Red Green Blue C M Y K H S L
Decimal 221 32 49 0 0.86 0.78 0.13 354.6 0.75 0.5
Hex DD 20 31 0 56 4E D 163 4B 32
Octal 335 40 61 0 126 116 15 543 113 62
Binary 11011101 100000 110001 0 1010110 1001110 1101 101100011 1001011 110010

Color Harmonies of #DD2031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2031

Black with #DD2031

Text Example


Text Example

White with #DD2031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2031; }

 p { color: rgb(221,32,49); }

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

background-color css

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

 a { background-color: rgb(221,32,49); }

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

border-color css

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

 span { border-color: rgb(221,32,49); }

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