#DD2837

Color #DD2837 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #DD2837

Tints of Alizarin #DD2837

Color information

#DD2837 (or 0xDD2837) is unknown color: approx 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

RGB2214055-
CMYK00.820.750.13
HSL355.03º72.69%51.18%-
HSV(B)355.03º81.9%86.67%-
XYZ31.2717.175.28-
YUV95.83104.97217.28-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221405500.820.750.13355.0372.6951.18
HexDD28370524BD1634933
Octal335506701221131554311163
Binary1101110110100011011101010010100101111011011000111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>