Shades of Alizarin #D8303E
Tints of Alizarin #D8303E
RGB
CMYK
RGB Variations
Color information
#D8303E (or 0xD8303E) is known color: Alizarin. HEX triplet: D8, 30 and 3E. RGB value is (216,48,62). Sum of RGB (Red+Green+Blue) = 216+48+62=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D8303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8303E is #27CFC1. Grayscale: #636363. Windows color (decimal): -2609090 or 4075736. OLE color: 4075736.
HSL color Cylindrical-coordinate representation of color #D8303E: hue angle of 355º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D8303E is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 48 | 62 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.15 |
| HSL | 355º | 0.68% | 0.52% | - |
| HSV(B) | 355º | 0.78% | 0.85% | - |
| XYZ | 30.25 | 17.06 | 6.26 | - |
| YUV | 99.83 | 106.66 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 48 | 62 | 0 | 0.78 | 0.71 | 0.15 | 355 | 0.68 | 0.52 |
| Hex | D8 | 30 | 3E | 0 | 4E | 47 | F | 163 | 44 | 34 |
| Octal | 330 | 60 | 76 | 0 | 116 | 107 | 17 | 543 | 104 | 64 |
| Binary | 11011000 | 110000 | 111110 | 0 | 1001110 | 1000111 | 1111 | 101100011 | 1000100 | 110100 |
Color Harmonies of #D8303E
Complementary color
Monochromatic Colors of #D8303E
Black with #D8303E
Text Example
Text Example
White with #D8303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8303E; }
p { color: rgb(216,48,62); }
H1.HeaderClassName
{
color: #D8303E;
}
.AnyTagClassName
{
color: #D8303E;
}
</style>
background-color css
<style>
a { background-color: #D8303E; }
a { background-color: rgb(216,48,62); }
div.DivClassName
{
background-color: #D8303E;
}
.BgClassName
{
background-color: #D8303E;
}
</style>
border-color css
<style>
span { border-color: #D8303E; }
span { border-color: rgb(216,48,62); }
td.TdClassName
{
border-color: #D8303E;
}
.TagClassName
{
border-color: #D8303E;
}
</style>