Shades of Alizarin #D8243D
Tints of Alizarin #D8243D
RGB
CMYK
RGB Variations
Color information
#D8243D (or 0xD8243D) is known color: Alizarin. HEX triplet: D8, 24 and 3D. RGB value is (216,36,61). Sum of RGB (Red+Green+Blue) = 216+36+61=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D8243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8243D is #27DBC2. Grayscale: #5C5C5C. Windows color (decimal): -2612163 or 4007128. OLE color: 4007128.
HSL color Cylindrical-coordinate representation of color #D8243D: hue angle of 351.67º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8243D is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 36 | 61 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.15 |
| HSL | 351.67º | 0.71% | 0.49% | - |
| HSV(B) | 351.67º | 0.83% | 0.85% | - |
| XYZ | 29.79 | 16.2 | 5.97 | - |
| YUV | 92.67 | 110.13 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 61 | 0 | 0.83 | 0.72 | 0.15 | 351.67 | 0.71 | 0.49 |
| Hex | D8 | 24 | 3D | 0 | 53 | 48 | F | 160 | 47 | 31 |
| Octal | 330 | 44 | 75 | 0 | 123 | 110 | 17 | 540 | 107 | 61 |
| Binary | 11011000 | 100100 | 111101 | 0 | 1010011 | 1001000 | 1111 | 101100000 | 1000111 | 110001 |
Color Harmonies of #D8243D
Complementary color
Monochromatic Colors of #D8243D
Black with #D8243D
Text Example
Text Example
White with #D8243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8243D; }
p { color: rgb(216,36,61); }
H1.HeaderClassName
{
color: #D8243D;
}
.AnyTagClassName
{
color: #D8243D;
}
</style>
background-color css
<style>
a { background-color: #D8243D; }
a { background-color: rgb(216,36,61); }
div.DivClassName
{
background-color: #D8243D;
}
.BgClassName
{
background-color: #D8243D;
}
</style>
border-color css
<style>
span { border-color: #D8243D; }
span { border-color: rgb(216,36,61); }
td.TdClassName
{
border-color: #D8243D;
}
.TagClassName
{
border-color: #D8243D;
}
</style>