#DA292C

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

Shades of Alizarin #DA292C

Tints of Alizarin #DA292C

Color information

#DA292C (or 0xDA292C) is unknown color: approx Alizarin. HEX triplet: DA, 29 and 2C. RGB value is (218,41,44). Sum of RGB (Red+Green+Blue) = 218+41+44=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA292C is #25D6D3. Grayscale: #5E5E5E. Windows color (decimal): -2479828 or 2894298. OLE color: 2894298.

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

Color convert

RGB2184144-
CMYK00.810.800.15
HSL358.98º70.52%50.78%-
HSV(B)358.98º81.19%85.49%-
XYZ30.1616.674.01-
YUV94.2699.64216.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 71.95%
GREEN value IS 41 (16.41% from 255) = 13.53%
BLUE value IS 44 (17.58% from 255) = 14.52%
R=71.95%
G=13.53%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218414400.810.800.15358.9870.5250.78
HexDA292C05150F1674733
Octal332515401211201754710763
Binary1101101010100110110001010001101000011111011001111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA292C; }

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

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

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

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

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

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

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

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