#DA2939

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

Shades of Alizarin #DA2939

Tints of Alizarin #DA2939

Color information

#DA2939 (or 0xDA2939) is unknown color: approx Alizarin. HEX triplet: DA, 29 and 39. RGB value is (218,41,57). Sum of RGB (Red+Green+Blue) = 218+41+57=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2939 is #25D6C6. Grayscale: #5F5F5F. Windows color (decimal): -2479815 or 3746266. OLE color: 3746266.

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

Color convert

RGB2184157-
CMYK00.810.740.15
HSL354.58º70.52%50.78%-
HSV(B)354.58º81.19%85.49%-
XYZ30.4416.795.51-
YUV95.75106.14215.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 68.99%
GREEN value IS 41 (16.41% from 255) = 12.97%
BLUE value IS 57 (22.66% from 255) = 18.04%
R=68.99%
G=12.97%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218415700.810.740.15354.5870.5250.78
HexDA29390514AF1634733
Octal332517101211121754310763
Binary1101101010100111100101010001100101011111011000111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2939; }

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

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

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

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

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

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

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

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