#DA292B

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

Shades of Alizarin #DA292B

Tints of Alizarin #DA292B

Color information

#DA292B (or 0xDA292B) is unknown color: approx Alizarin. HEX triplet: DA, 29 and 2B. RGB value is (218,41,43). Sum of RGB (Red+Green+Blue) = 218+41+43=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA292B is #25D6D4. Grayscale: #5E5E5E. Windows color (decimal): -2479829 or 2828762. OLE color: 2828762.

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

Color convert

RGB2184143-
CMYK00.810.800.15
HSL359.32º70.52%50.78%-
HSV(B)359.32º81.19%85.49%-
XYZ30.1416.673.91-
YUV94.1599.14216.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 72.19%
GREEN value IS 41 (16.41% from 255) = 13.58%
BLUE value IS 43 (17.19% from 255) = 14.24%
R=72.19%
G=13.58%
B=14.24%

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
Decimal218414300.810.800.15359.3270.5250.78
HexDA292B05150F1674733
Octal332515301211201754710763
Binary1101101010100110101101010001101000011111011001111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA292B; }

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

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

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

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

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

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

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

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