Shades of Alizarin #D8233D
Tints of Alizarin #D8233D
RGB
CMYK
RGB Variations
Color information
#D8233D (or 0xD8233D) is known color: Alizarin. HEX triplet: D8, 23 and 3D. RGB value is (216,35,61). Sum of RGB (Red+Green+Blue) = 216+35+61=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D8233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8233D is #27DCC2. Grayscale: #5C5C5C. Windows color (decimal): -2612419 or 4006872. OLE color: 4006872.
HSL color Cylindrical-coordinate representation of color #D8233D: hue angle of 351.38º 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 #D8233D is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 35 | 61 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.15 |
| HSL | 351.38º | 0.72% | 0.49% | - |
| HSV(B) | 351.38º | 0.84% | 0.85% | - |
| XYZ | 29.76 | 16.14 | 5.96 | - |
| YUV | 92.08 | 110.47 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 35 | 61 | 0 | 0.84 | 0.72 | 0.15 | 351.38 | 0.72 | 0.49 |
| Hex | D8 | 23 | 3D | 0 | 54 | 48 | F | 15F | 48 | 31 |
| Octal | 330 | 43 | 75 | 0 | 124 | 110 | 17 | 537 | 110 | 61 |
| Binary | 11011000 | 100011 | 111101 | 0 | 1010100 | 1001000 | 1111 | 101011111 | 1001000 | 110001 |
Color Harmonies of #D8233D
Complementary color
Monochromatic Colors of #D8233D
Black with #D8233D
Text Example
Text Example
White with #D8233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8233D; }
p { color: rgb(216,35,61); }
H1.HeaderClassName
{
color: #D8233D;
}
.AnyTagClassName
{
color: #D8233D;
}
</style>
background-color css
<style>
a { background-color: #D8233D; }
a { background-color: rgb(216,35,61); }
div.DivClassName
{
background-color: #D8233D;
}
.BgClassName
{
background-color: #D8233D;
}
</style>
border-color css
<style>
span { border-color: #D8233D; }
span { border-color: rgb(216,35,61); }
td.TdClassName
{
border-color: #D8233D;
}
.TagClassName
{
border-color: #D8233D;
}
</style>