Html Css Color HEX #DD2837 Alizarin

📋 copy color: '#DD2837'

red 221 ◦ green 40 ◦ blue 55

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

Shades of Alizarin #DD2837

Tints of Alizarin #DD2837

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.66%

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

R = 69.94%
G = 12.66%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD2837 (or 0xDD2837) is known color: Alizarin. HEX triplet: DD, 28 and 37. RGB value is (221,40,55). Sum of RGB (Red+Green+Blue) = 221+40+55=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2837 is #22D7C8. Grayscale: #5F5F5F. Windows color (decimal): -2283465 or 3614941. OLE color: 3614941.

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

Color convert

RGB 221 40 55 -
CMYK 0 0.82 0.75 0.13
HSL 355.03º 0.73% 0.51% -
HSV(B) 355.03º 0.82% 0.87% -
XYZ 31.27 17.17 5.28 -
YUV 95.83 104.97 217.28 -
System Red Green Blue C M Y K H S L
Decimal 221 40 55 0 0.82 0.75 0.13 355.03 0.73 0.51
Hex DD 28 37 0 52 4B D 163 49 33
Octal 335 50 67 0 122 113 15 543 111 63
Binary 11011101 101000 110111 0 1010010 1001011 1101 101100011 1001001 110011

Color Harmonies of #DD2837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2837

Black with #DD2837

Text Example


Text Example

White with #DD2837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2837; }

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

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

background-color css

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

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

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

border-color css

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

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

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