Shades of Alizarin #D8233F
Tints of Alizarin #D8233F
RGB
CMYK
RGB Variations
Color information
#D8233F (or 0xD8233F) is known color: Alizarin. HEX triplet: D8, 23 and 3F. RGB value is (216,35,63). Sum of RGB (Red+Green+Blue) = 216+35+63=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D8233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8233F is #27DCC0. Grayscale: #5C5C5C. Windows color (decimal): -2612417 or 4137944. OLE color: 4137944.
HSL color Cylindrical-coordinate representation of color #D8233F: hue angle of 350.72º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8233F is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 35 | 63 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.15 |
| HSL | 350.72º | 0.72% | 0.49% | - |
| HSV(B) | 350.72º | 0.84% | 0.85% | - |
| XYZ | 29.82 | 16.16 | 6.25 | - |
| YUV | 92.31 | 111.47 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 35 | 63 | 0 | 0.84 | 0.71 | 0.15 | 350.72 | 0.72 | 0.49 |
| Hex | D8 | 23 | 3F | 0 | 54 | 47 | F | 15F | 48 | 31 |
| Octal | 330 | 43 | 77 | 0 | 124 | 107 | 17 | 537 | 110 | 61 |
| Binary | 11011000 | 100011 | 111111 | 0 | 1010100 | 1000111 | 1111 | 101011111 | 1001000 | 110001 |
Color Harmonies of #D8233F
Complementary color
Monochromatic Colors of #D8233F
Black with #D8233F
Text Example
Text Example
White with #D8233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8233F; }
p { color: rgb(216,35,63); }
H1.HeaderClassName
{
color: #D8233F;
}
.AnyTagClassName
{
color: #D8233F;
}
</style>
background-color css
<style>
a { background-color: #D8233F; }
a { background-color: rgb(216,35,63); }
div.DivClassName
{
background-color: #D8233F;
}
.BgClassName
{
background-color: #D8233F;
}
</style>
border-color css
<style>
span { border-color: #D8233F; }
span { border-color: rgb(216,35,63); }
td.TdClassName
{
border-color: #D8233F;
}
.TagClassName
{
border-color: #D8233F;
}
</style>