Html Css Color HEX #DD2032 Alizarin

📋 copy color: '#DD2032'

red 221 ◦ green 32 ◦ blue 50

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

Shades of Alizarin #DD2032

Tints of Alizarin #DD2032

RGB

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

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

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

R = 72.94%
G = 10.56%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD2032 (or 0xDD2032) is known color: Alizarin. HEX triplet: DD, 20 and 32. RGB value is (221,32,50). Sum of RGB (Red+Green+Blue) = 221+32+50=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2032 is #22DFCD. Grayscale: #5A5A5A. Windows color (decimal): -2285518 or 3285213. OLE color: 3285213.

HSL color Cylindrical-coordinate representation of color #DD2032: hue angle of 354.29º 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 #DD2032 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 32 50 -
CMYK 0 0.86 0.77 0.13
HSL 354.29º 0.75% 0.5% -
HSV(B) 354.29º 0.86% 0.87% -
XYZ 30.91 16.64 4.6 -
YUV 90.56 105.12 221.04 -
System Red Green Blue C M Y K H S L
Decimal 221 32 50 0 0.86 0.77 0.13 354.29 0.75 0.5
Hex DD 20 32 0 56 4D D 162 4B 32
Octal 335 40 62 0 126 115 15 542 113 62
Binary 11011101 100000 110010 0 1010110 1001101 1101 101100010 1001011 110010

Color Harmonies of #DD2032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2032

Black with #DD2032

Text Example


Text Example

White with #DD2032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2032; }

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

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

background-color css

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

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

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

border-color css

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

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

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