Shades of Alizarin #D8273F
Tints of Alizarin #D8273F
RGB
CMYK
RGB Variations
Color information
#D8273F (or 0xD8273F) is known color: Alizarin. HEX triplet: D8, 27 and 3F. RGB value is (216,39,63). Sum of RGB (Red+Green+Blue) = 216+39+63=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D8273F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8273F is #27D8C0. Grayscale: #5E5E5E. Windows color (decimal): -2611393 or 4138968. OLE color: 4138968.
HSL color Cylindrical-coordinate representation of color #D8273F: hue angle of 351.86º 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 #D8273F is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 39 | 63 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.15 |
| HSL | 351.86º | 0.69% | 0.5% | - |
| HSV(B) | 351.86º | 0.82% | 0.85% | - |
| XYZ | 29.94 | 16.41 | 6.29 | - |
| YUV | 94.66 | 110.14 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 39 | 63 | 0 | 0.82 | 0.71 | 0.15 | 351.86 | 0.69 | 0.5 |
| Hex | D8 | 27 | 3F | 0 | 52 | 47 | F | 160 | 45 | 32 |
| Octal | 330 | 47 | 77 | 0 | 122 | 107 | 17 | 540 | 105 | 62 |
| Binary | 11011000 | 100111 | 111111 | 0 | 1010010 | 1000111 | 1111 | 101100000 | 1000101 | 110010 |
Color Harmonies of #D8273F
Complementary color
Monochromatic Colors of #D8273F
Black with #D8273F
Text Example
Text Example
White with #D8273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8273F; }
p { color: rgb(216,39,63); }
H1.HeaderClassName
{
color: #D8273F;
}
.AnyTagClassName
{
color: #D8273F;
}
</style>
background-color css
<style>
a { background-color: #D8273F; }
a { background-color: rgb(216,39,63); }
div.DivClassName
{
background-color: #D8273F;
}
.BgClassName
{
background-color: #D8273F;
}
</style>
border-color css
<style>
span { border-color: #D8273F; }
span { border-color: rgb(216,39,63); }
td.TdClassName
{
border-color: #D8273F;
}
.TagClassName
{
border-color: #D8273F;
}
</style>