Html Css Color HEX #DD2132 Alizarin

📋 copy color: '#DD2132'

red 221 ◦ green 33 ◦ blue 50

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

Shades of Alizarin #DD2132

Tints of Alizarin #DD2132

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.86%

 BLUE value IS 50 (19.92% from 255) = 16.45%

R = 72.7%
G = 10.86%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD2132 (or 0xDD2132) is known color: Alizarin. HEX triplet: DD, 21 and 32. RGB value is (221,33,50). Sum of RGB (Red+Green+Blue) = 221+33+50=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2132 is #22DECD. Grayscale: #5B5B5B. Windows color (decimal): -2285262 or 3285469. OLE color: 3285469.

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

Color convert

RGB 221 33 50 -
CMYK 0 0.85 0.77 0.13
HSL 354.57º 0.74% 0.5% -
HSV(B) 354.57º 0.85% 0.87% -
XYZ 30.94 16.69 4.61 -
YUV 91.15 104.78 220.62 -
System Red Green Blue C M Y K H S L
Decimal 221 33 50 0 0.85 0.77 0.13 354.57 0.74 0.5
Hex DD 21 32 0 55 4D D 163 4A 32
Octal 335 41 62 0 125 115 15 543 112 62
Binary 11011101 100001 110010 0 1010101 1001101 1101 101100011 1001010 110010

Color Harmonies of #DD2132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2132

Black with #DD2132

Text Example


Text Example

White with #DD2132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2132; }

 p { color: rgb(221,33,50); }

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

background-color css

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

 a { background-color: rgb(221,33,50); }

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

border-color css

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

 span { border-color: rgb(221,33,50); }

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