#DD3542

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

Shades of Alizarin #DD3542

Tints of Alizarin #DD3542

Color information

#DD3542 (or 0xDD3542) is unknown color: approx Alizarin. HEX triplet: DD, 35 and 42. RGB value is (221,53,66). Sum of RGB (Red+Green+Blue) = 221+53+66=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3542 is #22CABD. Grayscale: #686868. Windows color (decimal): -2280126 or 4339165. OLE color: 4339165.

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

Color convert

RGB2215366-
CMYK00.760.700.13
HSL355.36º71.19%53.73%-
HSV(B)355.36º76.02%86.67%-
XYZ32.0818.317-
YUV104.71106.16210.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65%
GREEN value IS 53 (21.09% from 255) = 15.59%
BLUE value IS 66 (26.17% from 255) = 19.41%
R=65%
G=15.59%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221536600.760.700.13355.3671.1953.73
HexDD354204C46D1634736
Octal3356510201141061554310766
Binary11011101110101100001001001100100011011011011000111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3542; }

 p { color: rgb(221,53,66); }

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

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

 a { background-color: rgb(221,53,66); }

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

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

 span { border-color: rgb(221,53,66); }

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