#DA2735

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

Shades of Alizarin #DA2735

Tints of Alizarin #DA2735

Color information

#DA2735 (or 0xDA2735) is unknown color: approx Alizarin. HEX triplet: DA, 27 and 35. RGB value is (218,39,53). Sum of RGB (Red+Green+Blue) = 218+39+53=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2735 is #25D8CA. Grayscale: #5E5E5E. Windows color (decimal): -2480331 or 3483610. OLE color: 3483610.

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

Color convert

RGB2183953-
CMYK00.820.760.15
HSL355.31º70.75%50.39%-
HSV(B)355.31º82.11%85.49%-
XYZ30.2816.614.98-
YUV94.12104.8216.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 70.32%
GREEN value IS 39 (15.62% from 255) = 12.58%
BLUE value IS 53 (21.09% from 255) = 17.10%
R=70.32%
G=12.58%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218395300.820.760.15355.3170.7550.39
HexDA27350524CF1634732
Octal332476501221141754310762
Binary1101101010011111010101010010100110011111011000111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2735; }

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

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

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

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

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

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

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

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