Shades of Alizarin #D8263E
Tints of Alizarin #D8263E
RGB
CMYK
RGB Variations
Color information
#D8263E (or 0xD8263E) is known color: Alizarin. HEX triplet: D8, 26 and 3E. RGB value is (216,38,62). Sum of RGB (Red+Green+Blue) = 216+38+62=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D8263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8263E is #27D9C1. Grayscale: #5E5E5E. Windows color (decimal): -2611650 or 4073176. OLE color: 4073176.
HSL color Cylindrical-coordinate representation of color #D8263E: hue angle of 351.91º degrees, saturation: 0.7, 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 #D8263E is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 62 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.15 |
| HSL | 351.91º | 0.7% | 0.5% | - |
| HSV(B) | 351.91º | 0.82% | 0.85% | - |
| XYZ | 29.88 | 16.33 | 6.14 | - |
| YUV | 93.96 | 109.97 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 62 | 0 | 0.82 | 0.71 | 0.15 | 351.91 | 0.7 | 0.5 |
| Hex | D8 | 26 | 3E | 0 | 52 | 47 | F | 160 | 46 | 32 |
| Octal | 330 | 46 | 76 | 0 | 122 | 107 | 17 | 540 | 106 | 62 |
| Binary | 11011000 | 100110 | 111110 | 0 | 1010010 | 1000111 | 1111 | 101100000 | 1000110 | 110010 |
Color Harmonies of #D8263E
Complementary color
Monochromatic Colors of #D8263E
Black with #D8263E
Text Example
Text Example
White with #D8263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8263E; }
p { color: rgb(216,38,62); }
H1.HeaderClassName
{
color: #D8263E;
}
.AnyTagClassName
{
color: #D8263E;
}
</style>
background-color css
<style>
a { background-color: #D8263E; }
a { background-color: rgb(216,38,62); }
div.DivClassName
{
background-color: #D8263E;
}
.BgClassName
{
background-color: #D8263E;
}
</style>
border-color css
<style>
span { border-color: #D8263E; }
span { border-color: rgb(216,38,62); }
td.TdClassName
{
border-color: #D8263E;
}
.TagClassName
{
border-color: #D8263E;
}
</style>