Shades of Alizarin #D8273A
Tints of Alizarin #D8273A
RGB
CMYK
RGB Variations
Color information
#D8273A (or 0xD8273A) is known color: Alizarin. HEX triplet: D8, 27 and 3A. RGB value is (216,39,58). Sum of RGB (Red+Green+Blue) = 216+39+58=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D8273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8273A is #27D8C5. Grayscale: #5E5E5E. Windows color (decimal): -2611398 or 3811288. OLE color: 3811288.
HSL color Cylindrical-coordinate representation of color #D8273A: hue angle of 353.56º degrees, saturation: 0.69, 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 #D8273A is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 39 | 58 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.15 |
| HSL | 353.56º | 0.69% | 0.5% | - |
| HSV(B) | 353.56º | 0.82% | 0.85% | - |
| XYZ | 29.81 | 16.36 | 5.59 | - |
| YUV | 94.09 | 107.64 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 39 | 58 | 0 | 0.82 | 0.73 | 0.15 | 353.56 | 0.69 | 0.5 |
| Hex | D8 | 27 | 3A | 0 | 52 | 49 | F | 162 | 45 | 32 |
| Octal | 330 | 47 | 72 | 0 | 122 | 111 | 17 | 542 | 105 | 62 |
| Binary | 11011000 | 100111 | 111010 | 0 | 1010010 | 1001001 | 1111 | 101100010 | 1000101 | 110010 |
Color Harmonies of #D8273A
Complementary color
Monochromatic Colors of #D8273A
Black with #D8273A
Text Example
Text Example
White with #D8273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8273A; }
p { color: rgb(216,39,58); }
H1.HeaderClassName
{
color: #D8273A;
}
.AnyTagClassName
{
color: #D8273A;
}
</style>
background-color css
<style>
a { background-color: #D8273A; }
a { background-color: rgb(216,39,58); }
div.DivClassName
{
background-color: #D8273A;
}
.BgClassName
{
background-color: #D8273A;
}
</style>
border-color css
<style>
span { border-color: #D8273A; }
span { border-color: rgb(216,39,58); }
td.TdClassName
{
border-color: #D8273A;
}
.TagClassName
{
border-color: #D8273A;
}
</style>