Shades of Alizarin #DA282A
Tints of Alizarin #DA282A
RGB
CMYK
RGB Variations
Color information
#DA282A (or 0xDA282A) is known color: Alizarin. HEX triplet: DA, 28 and 2A. RGB value is (218,40,42). Sum of RGB (Red+Green+Blue) = 218+40+42=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA282A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA282A is #25D7D5. Grayscale: #5D5D5D. Windows color (decimal): -2480086 or 2762970. OLE color: 2762970.
HSL color Cylindrical-coordinate representation of color #DA282A: hue angle of 359.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA282A is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 42 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.15 |
| HSL | 359.33º | 0.71% | 0.51% | - |
| HSV(B) | 359.33º | 0.82% | 0.85% | - |
| XYZ | 30.09 | 16.59 | 3.81 | - |
| YUV | 93.45 | 98.97 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 42 | 0 | 0.82 | 0.81 | 0.15 | 359.33 | 0.71 | 0.51 |
| Hex | DA | 28 | 2A | 0 | 52 | 51 | F | 167 | 47 | 33 |
| Octal | 332 | 50 | 52 | 0 | 122 | 121 | 17 | 547 | 107 | 63 |
| Binary | 11011010 | 101000 | 101010 | 0 | 1010010 | 1010001 | 1111 | 101100111 | 1000111 | 110011 |
Color Harmonies of #DA282A
Complementary color
Monochromatic Colors of #DA282A
Black with #DA282A
Text Example
Text Example
White with #DA282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA282A; }
p { color: rgb(218,40,42); }
H1.HeaderClassName
{
color: #DA282A;
}
.AnyTagClassName
{
color: #DA282A;
}
</style>
background-color css
<style>
a { background-color: #DA282A; }
a { background-color: rgb(218,40,42); }
div.DivClassName
{
background-color: #DA282A;
}
.BgClassName
{
background-color: #DA282A;
}
</style>
border-color css
<style>
span { border-color: #DA282A; }
span { border-color: rgb(218,40,42); }
td.TdClassName
{
border-color: #DA282A;
}
.TagClassName
{
border-color: #DA282A;
}
</style>