#DA2739

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

Shades of Alizarin #DA2739

Tints of Alizarin #DA2739

Color information

#DA2739 (or 0xDA2739) is unknown color: approx Alizarin. HEX triplet: DA, 27 and 39. RGB value is (218,39,57). Sum of RGB (Red+Green+Blue) = 218+39+57=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2739 is #25D8C6. Grayscale: #5E5E5E. Windows color (decimal): -2480327 or 3745754. OLE color: 3745754.

HSL color Cylindrical-coordinate representation of color #DA2739: hue angle of 353.97º 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 #DA2739 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB2183957-
CMYK00.820.740.15
HSL353.97º70.75%50.39%-
HSV(B)353.97º82.11%85.49%-
XYZ30.3816.655.48-
YUV94.57106.8216.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 69.43%
GREEN value IS 39 (15.62% from 255) = 12.42%
BLUE value IS 57 (22.66% from 255) = 18.15%
R=69.43%
G=12.42%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218395700.820.740.15353.9770.7550.39
HexDA27390524AF1624732
Octal332477101221121754210762
Binary1101101010011111100101010010100101011111011000101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2739; }

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

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

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

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

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

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

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

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