#DA2734

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

Shades of Alizarin #DA2734

Tints of Alizarin #DA2734

Color information

#DA2734 (or 0xDA2734) is unknown color: approx Alizarin. HEX triplet: DA, 27 and 34. RGB value is (218,39,52). Sum of RGB (Red+Green+Blue) = 218+39+52=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2734 is #25D8CB. Grayscale: #5E5E5E. Windows color (decimal): -2480332 or 3418074. OLE color: 3418074.

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

Color convert

RGB2183952-
CMYK00.820.760.15
HSL355.64º70.75%50.39%-
HSV(B)355.64º82.11%85.49%-
XYZ30.2616.64.86-
YUV94104.3216.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 70.55%
GREEN value IS 39 (15.62% from 255) = 12.62%
BLUE value IS 52 (20.70% from 255) = 16.83%
R=70.55%
G=12.62%
B=16.83%

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
Decimal218395200.820.760.15355.6470.7550.39
HexDA27340524CF1644732
Octal332476401221141754410762
Binary1101101010011111010001010010100110011111011001001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2734; }

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

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

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

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

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

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

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

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