Shades of Alizarin #DA272D
Tints of Alizarin #DA272D
RGB
CMYK
RGB Variations
Color information
#DA272D (or 0xDA272D) is known color: Alizarin. HEX triplet: DA, 27 and 2D. RGB value is (218,39,45). Sum of RGB (Red+Green+Blue) = 218+39+45=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA272D is #25D8D2. Grayscale: #5D5D5D. Windows color (decimal): -2480339 or 2959322. OLE color: 2959322.
HSL color Cylindrical-coordinate representation of color #DA272D: hue angle of 357.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 #DA272D is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 45 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.15 |
| HSL | 357.99º | 0.71% | 0.5% | - |
| HSV(B) | 357.99º | 0.82% | 0.85% | - |
| XYZ | 30.11 | 16.55 | 4.09 | - |
| YUV | 93.21 | 100.8 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 45 | 0 | 0.82 | 0.79 | 0.15 | 357.99 | 0.71 | 0.5 |
| Hex | DA | 27 | 2D | 0 | 52 | 4F | F | 166 | 47 | 32 |
| Octal | 332 | 47 | 55 | 0 | 122 | 117 | 17 | 546 | 107 | 62 |
| Binary | 11011010 | 100111 | 101101 | 0 | 1010010 | 1001111 | 1111 | 101100110 | 1000111 | 110010 |
Color Harmonies of #DA272D
Complementary color
Monochromatic Colors of #DA272D
Black with #DA272D
Text Example
Text Example
White with #DA272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA272D; }
p { color: rgb(218,39,45); }
H1.HeaderClassName
{
color: #DA272D;
}
.AnyTagClassName
{
color: #DA272D;
}
</style>
background-color css
<style>
a { background-color: #DA272D; }
a { background-color: rgb(218,39,45); }
div.DivClassName
{
background-color: #DA272D;
}
.BgClassName
{
background-color: #DA272D;
}
</style>
border-color css
<style>
span { border-color: #DA272D; }
span { border-color: rgb(218,39,45); }
td.TdClassName
{
border-color: #DA272D;
}
.TagClassName
{
border-color: #DA272D;
}
</style>