#DE3542

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

Shades of Alizarin #DE3542

Tints of Alizarin #DE3542

Color information

#DE3542 (or 0xDE3542) is unknown color: approx Alizarin. HEX triplet: DE, 35 and 42. RGB value is (222,53,66). Sum of RGB (Red+Green+Blue) = 222+53+66=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3542 is #21CABD. Grayscale: #696969. Windows color (decimal): -2214590 or 4339166. OLE color: 4339166.

HSL color Cylindrical-coordinate representation of color #DE3542: hue angle of 355.38º degrees, saturation: 0.72, 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 #DE3542 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB2225366-
CMYK00.760.700.13
HSL355.38º71.91%53.92%-
HSV(B)355.38º76.13%87.06%-
XYZ32.3818.477.01-
YUV105.01105.99211.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 65.10%
GREEN value IS 53 (21.09% from 255) = 15.54%
BLUE value IS 66 (26.17% from 255) = 19.35%
R=65.10%
G=15.54%
B=19.35%

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
Decimal222536600.760.700.13355.3871.9153.92
HexDE354204C46D1634836
Octal3366510201141061554311066
Binary11011110110101100001001001100100011011011011000111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3542; }

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

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

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

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

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

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

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

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