Shades of Alizarin #DA272A
Tints of Alizarin #DA272A
RGB
CMYK
RGB Variations
Color information
#DA272A (or 0xDA272A) is known color: Alizarin. HEX triplet: DA, 27 and 2A. RGB value is (218,39,42). Sum of RGB (Red+Green+Blue) = 218+39+42=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA272A is #25D8D5. Grayscale: #5D5D5D. Windows color (decimal): -2480342 or 2762714. OLE color: 2762714.
HSL color Cylindrical-coordinate representation of color #DA272A: hue angle of 358.99º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA272A is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 42 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.15 |
| HSL | 358.99º | 0.71% | 0.5% | - |
| HSV(B) | 358.99º | 0.82% | 0.85% | - |
| XYZ | 30.06 | 16.52 | 3.8 | - |
| YUV | 92.86 | 99.3 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 42 | 0 | 0.82 | 0.81 | 0.15 | 358.99 | 0.71 | 0.5 |
| Hex | DA | 27 | 2A | 0 | 52 | 51 | F | 167 | 47 | 32 |
| Octal | 332 | 47 | 52 | 0 | 122 | 121 | 17 | 547 | 107 | 62 |
| Binary | 11011010 | 100111 | 101010 | 0 | 1010010 | 1010001 | 1111 | 101100111 | 1000111 | 110010 |
Color Harmonies of #DA272A
Complementary color
Monochromatic Colors of #DA272A
Black with #DA272A
Text Example
Text Example
White with #DA272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA272A; }
p { color: rgb(218,39,42); }
H1.HeaderClassName
{
color: #DA272A;
}
.AnyTagClassName
{
color: #DA272A;
}
</style>
background-color css
<style>
a { background-color: #DA272A; }
a { background-color: rgb(218,39,42); }
div.DivClassName
{
background-color: #DA272A;
}
.BgClassName
{
background-color: #DA272A;
}
</style>
border-color css
<style>
span { border-color: #DA272A; }
span { border-color: rgb(218,39,42); }
td.TdClassName
{
border-color: #DA272A;
}
.TagClassName
{
border-color: #DA272A;
}
</style>