#DA2C34

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

Shades of Alizarin #DA2C34

Tints of Alizarin #DA2C34

Color information

#DA2C34 (or 0xDA2C34) is unknown color: approx Alizarin. HEX triplet: DA, 2C and 34. RGB value is (218,44,52). Sum of RGB (Red+Green+Blue) = 218+44+52=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2C34 is #25D3CB. Grayscale: #616161. Windows color (decimal): -2479052 or 3419354. OLE color: 3419354.

HSL color Cylindrical-coordinate representation of color #DA2C34: hue angle of 357.24º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2C34 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB2184452-
CMYK00.800.760.15
HSL357.24º70.16%51.37%-
HSV(B)357.24º79.82%85.49%-
XYZ30.4316.954.92-
YUV96.94102.65214.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 69.43%
GREEN value IS 44 (17.58% from 255) = 14.01%
BLUE value IS 52 (20.70% from 255) = 16.56%
R=69.43%
G=14.01%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218445200.800.760.15357.2470.1651.37
HexDA2C340504CF1654633
Octal332546401201141754510663
Binary1101101010110011010001010000100110011111011001011000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2C34; }

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

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

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

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

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

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

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

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