#DD2936

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

Shades of Alizarin #DD2936

Tints of Alizarin #DD2936

Color information

#DD2936 (or 0xDD2936) is unknown color: approx Alizarin. HEX triplet: DD, 29 and 36. RGB value is (221,41,54). Sum of RGB (Red+Green+Blue) = 221+41+54=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2936 is #22D6C9. Grayscale: #606060. Windows color (decimal): -2283210 or 3549661. OLE color: 3549661.

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

Color convert

RGB2214154-
CMYK00.810.760.13
HSL355.67º72.58%51.37%-
HSV(B)355.67º81.45%86.67%-
XYZ31.2817.225.17-
YUV96.3104.13216.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 69.94%
GREEN value IS 41 (16.41% from 255) = 12.97%
BLUE value IS 54 (21.48% from 255) = 17.09%
R=69.94%
G=12.97%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221415400.810.760.13355.6772.5851.37
HexDD29360514CD1644933
Octal335516601211141554411163
Binary1101110110100111011001010001100110011011011001001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2936; }

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

 H1.HeaderClassName
 {
   color: #DD2936;
 }
 .AnyTagClassName
 {
   color: #DD2936;
 }
</style>
background-color css

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

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

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

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

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

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