#DD3339

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

Shades of Alizarin #DD3339

Tints of Alizarin #DD3339

Color information

#DD3339 (or 0xDD3339) is unknown color: approx Alizarin. HEX triplet: DD, 33 and 39. RGB value is (221,51,57). Sum of RGB (Red+Green+Blue) = 221+51+57=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3339 is #22CCC6. Grayscale: #666666. Windows color (decimal): -2280647 or 3748829. OLE color: 3748829.

HSL color Cylindrical-coordinate representation of color #DD3339: hue angle of 357.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3339 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB2215157-
CMYK00.770.740.13
HSL357.88º71.43%53.33%-
HSV(B)357.88º76.92%86.67%-
XYZ31.7418.045.68-
YUV102.51102.32212.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 67.17%
GREEN value IS 51 (20.31% from 255) = 15.50%
BLUE value IS 57 (22.66% from 255) = 17.33%
R=67.17%
G=15.50%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221515700.770.740.13357.8871.4353.33
HexDD333904D4AD1664735
Octal335637101151121554610765
Binary1101110111001111100101001101100101011011011001101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3339; }

 p { color: rgb(221,51,57); }

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

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

 a { background-color: rgb(221,51,57); }

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

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

 span { border-color: rgb(221,51,57); }

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