Shades of Alizarin #D8263B
Tints of Alizarin #D8263B
RGB
CMYK
RGB Variations
Color information
#D8263B (or 0xD8263B) is known color: Alizarin. HEX triplet: D8, 26 and 3B. RGB value is (216,38,59). Sum of RGB (Red+Green+Blue) = 216+38+59=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D8263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8263B is #27D9C4. Grayscale: #5D5D5D. Windows color (decimal): -2611653 or 3876568. OLE color: 3876568.
HSL color Cylindrical-coordinate representation of color #D8263B: hue angle of 352.92º 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 #D8263B is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 59 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.15 |
| HSL | 352.92º | 0.7% | 0.5% | - |
| HSV(B) | 352.92º | 0.82% | 0.85% | - |
| XYZ | 29.8 | 16.3 | 5.71 | - |
| YUV | 93.62 | 108.47 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 59 | 0 | 0.82 | 0.73 | 0.15 | 352.92 | 0.7 | 0.5 |
| Hex | D8 | 26 | 3B | 0 | 52 | 49 | F | 161 | 46 | 32 |
| Octal | 330 | 46 | 73 | 0 | 122 | 111 | 17 | 541 | 106 | 62 |
| Binary | 11011000 | 100110 | 111011 | 0 | 1010010 | 1001001 | 1111 | 101100001 | 1000110 | 110010 |
Color Harmonies of #D8263B
Complementary color
Monochromatic Colors of #D8263B
Black with #D8263B
Text Example
Text Example
White with #D8263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8263B; }
p { color: rgb(216,38,59); }
H1.HeaderClassName
{
color: #D8263B;
}
.AnyTagClassName
{
color: #D8263B;
}
</style>
background-color css
<style>
a { background-color: #D8263B; }
a { background-color: rgb(216,38,59); }
div.DivClassName
{
background-color: #D8263B;
}
.BgClassName
{
background-color: #D8263B;
}
</style>
border-color css
<style>
span { border-color: #D8263B; }
span { border-color: rgb(216,38,59); }
td.TdClassName
{
border-color: #D8263B;
}
.TagClassName
{
border-color: #D8263B;
}
</style>