Shades of Alizarin #D9243A
Tints of Alizarin #D9243A
RGB
CMYK
RGB Variations
Color information
#D9243A (or 0xD9243A) is known color: Alizarin. HEX triplet: D9, 24 and 3A. RGB value is (217,36,58). Sum of RGB (Red+Green+Blue) = 217+36+58=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D9243A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9243A is #26DBC5. Grayscale: #5C5C5C. Windows color (decimal): -2546630 or 3810521. OLE color: 3810521.
HSL color Cylindrical-coordinate representation of color #D9243A: hue angle of 352.71º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D9243A is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 58 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.15 |
| HSL | 352.71º | 0.72% | 0.5% | - |
| HSV(B) | 352.71º | 0.83% | 0.85% | - |
| XYZ | 30.01 | 16.32 | 5.57 | - |
| YUV | 92.63 | 108.47 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 58 | 0 | 0.83 | 0.73 | 0.15 | 352.71 | 0.72 | 0.5 |
| Hex | D9 | 24 | 3A | 0 | 53 | 49 | F | 161 | 48 | 32 |
| Octal | 331 | 44 | 72 | 0 | 123 | 111 | 17 | 541 | 110 | 62 |
| Binary | 11011001 | 100100 | 111010 | 0 | 1010011 | 1001001 | 1111 | 101100001 | 1001000 | 110010 |
Color Harmonies of #D9243A
Complementary color
Monochromatic Colors of #D9243A
Black with #D9243A
Text Example
Text Example
White with #D9243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9243A; }
p { color: rgb(217,36,58); }
H1.HeaderClassName
{
color: #D9243A;
}
.AnyTagClassName
{
color: #D9243A;
}
</style>
background-color css
<style>
a { background-color: #D9243A; }
a { background-color: rgb(217,36,58); }
div.DivClassName
{
background-color: #D9243A;
}
.BgClassName
{
background-color: #D9243A;
}
</style>
border-color css
<style>
span { border-color: #D9243A; }
span { border-color: rgb(217,36,58); }
td.TdClassName
{
border-color: #D9243A;
}
.TagClassName
{
border-color: #D9243A;
}
</style>