Html Css Color HEX #DD2437 Alizarin

📋 copy color: '#DD2437'

red 221 ◦ green 36 ◦ blue 55

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

Shades of Alizarin #DD2437

Tints of Alizarin #DD2437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.63%

R = 70.83%
G = 11.54%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD2437 (or 0xDD2437) is known color: Alizarin. HEX triplet: DD, 24 and 37. RGB value is (221,36,55). Sum of RGB (Red+Green+Blue) = 221+36+55=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2437 is #22DBC8. Grayscale: #5D5D5D. Windows color (decimal): -2284489 or 3613917. OLE color: 3613917.

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

Color convert

RGB 221 36 55 -
CMYK 0 0.84 0.75 0.13
HSL 353.84º 0.73% 0.5% -
HSV(B) 353.84º 0.84% 0.87% -
XYZ 31.14 16.91 5.24 -
YUV 93.48 106.29 218.96 -
System Red Green Blue C M Y K H S L
Decimal 221 36 55 0 0.84 0.75 0.13 353.84 0.73 0.5
Hex DD 24 37 0 54 4B D 162 49 32
Octal 335 44 67 0 124 113 15 542 111 62
Binary 11011101 100100 110111 0 1010100 1001011 1101 101100010 1001001 110010

Color Harmonies of #DD2437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2437

Black with #DD2437

Text Example


Text Example

White with #DD2437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2437; }

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

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

background-color css

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

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

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

border-color css

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

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

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