Html Css Color HEX #DD2433 Alizarin

📋 copy color: '#DD2433'

red 221 ◦ green 36 ◦ blue 51

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

Shades of Alizarin #DD2433

Tints of Alizarin #DD2433

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.69%

 BLUE value IS 51 (20.31% from 255) = 16.56%

R = 71.75%
G = 11.69%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD2433 (or 0xDD2433) is known color: Alizarin. HEX triplet: DD, 24 and 33. RGB value is (221,36,51). Sum of RGB (Red+Green+Blue) = 221+36+51=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2433 is #22DBCC. Grayscale: #5D5D5D. Windows color (decimal): -2284493 or 3351773. OLE color: 3351773.

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

Color convert

RGB 221 36 51 -
CMYK 0 0.84 0.77 0.13
HSL 355.14º 0.73% 0.5% -
HSV(B) 355.14º 0.84% 0.87% -
XYZ 31.05 16.87 4.75 -
YUV 93.03 104.29 219.28 -
System Red Green Blue C M Y K H S L
Decimal 221 36 51 0 0.84 0.77 0.13 355.14 0.73 0.5
Hex DD 24 33 0 54 4D D 163 49 32
Octal 335 44 63 0 124 115 15 543 111 62
Binary 11011101 100100 110011 0 1010100 1001101 1101 101100011 1001001 110010

Color Harmonies of #DD2433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2433

Black with #DD2433

Text Example


Text Example

White with #DD2433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2433; }

 p { color: rgb(221,36,51); }

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

background-color css

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

 a { background-color: rgb(221,36,51); }

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

border-color css

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

 span { border-color: rgb(221,36,51); }

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