Html Css Color HEX #DD2436 Alizarin

📋 copy color: '#DD2436'

red 221 ◦ green 36 ◦ blue 54

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

Shades of Alizarin #DD2436

Tints of Alizarin #DD2436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.36%

R = 71.06%
G = 11.58%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD2436 (or 0xDD2436) is known color: Alizarin. HEX triplet: DD, 24 and 36. RGB value is (221,36,54). Sum of RGB (Red+Green+Blue) = 221+36+54=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2436 is #22DBC9. Grayscale: #5D5D5D. Windows color (decimal): -2284490 or 3548381. OLE color: 3548381.

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

Color convert

RGB 221 36 54 -
CMYK 0 0.84 0.76 0.13
HSL 354.16º 0.73% 0.5% -
HSV(B) 354.16º 0.84% 0.87% -
XYZ 31.12 16.9 5.11 -
YUV 93.37 105.79 219.04 -
System Red Green Blue C M Y K H S L
Decimal 221 36 54 0 0.84 0.76 0.13 354.16 0.73 0.5
Hex DD 24 36 0 54 4C D 162 49 32
Octal 335 44 66 0 124 114 15 542 111 62
Binary 11011101 100100 110110 0 1010100 1001100 1101 101100010 1001001 110010

Color Harmonies of #DD2436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2436

Black with #DD2436

Text Example


Text Example

White with #DD2436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2436; }

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

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

background-color css

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

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

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

border-color css

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

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

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