#DA3542

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

Shades of Alizarin #DA3542

Tints of Alizarin #DA3542

Color information

#DA3542 (or 0xDA3542) is unknown color: approx Alizarin. HEX triplet: DA, 35 and 42. RGB value is (218,53,66). Sum of RGB (Red+Green+Blue) = 218+53+66=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3542 is #25CABD. Grayscale: #676767. Windows color (decimal): -2476734 or 4339162. OLE color: 4339162.

HSL color Cylindrical-coordinate representation of color #DA3542: hue angle of 355.27º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA3542 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB2185366-
CMYK00.760.700.15
HSL355.27º69.04%53.14%-
HSV(B)355.27º75.69%85.49%-
XYZ31.1717.846.96-
YUV103.82106.66209.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 64.69%
GREEN value IS 53 (21.09% from 255) = 15.73%
BLUE value IS 66 (26.17% from 255) = 19.58%
R=64.69%
G=15.73%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218536600.760.700.15355.2769.0453.14
HexDA354204C46F1634535
Octal3326510201141061754310565
Binary11011010110101100001001001100100011011111011000111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3542; }

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

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

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

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

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

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

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

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