Shades of Alizarin #D9232F
Tints of Alizarin #D9232F
RGB
CMYK
RGB Variations
Color information
#D9232F (or 0xD9232F) is known color: Alizarin. HEX triplet: D9, 23 and 2F. RGB value is (217,35,47). Sum of RGB (Red+Green+Blue) = 217+35+47=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D9232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9232F is #26DCD0. Grayscale: #5A5A5A. Windows color (decimal): -2546897 or 3089369. OLE color: 3089369.
HSL color Cylindrical-coordinate representation of color #D9232F: hue angle of 356.04º 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 #D9232F is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 47 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.15 |
| HSL | 356.04º | 0.72% | 0.49% | - |
| HSV(B) | 356.04º | 0.84% | 0.85% | - |
| XYZ | 29.73 | 16.16 | 4.24 | - |
| YUV | 90.79 | 103.3 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 47 | 0 | 0.84 | 0.78 | 0.15 | 356.04 | 0.72 | 0.49 |
| Hex | D9 | 23 | 2F | 0 | 54 | 4E | F | 164 | 48 | 31 |
| Octal | 331 | 43 | 57 | 0 | 124 | 116 | 17 | 544 | 110 | 61 |
| Binary | 11011001 | 100011 | 101111 | 0 | 1010100 | 1001110 | 1111 | 101100100 | 1001000 | 110001 |
Color Harmonies of #D9232F
Complementary color
Monochromatic Colors of #D9232F
Black with #D9232F
Text Example
Text Example
White with #D9232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9232F; }
p { color: rgb(217,35,47); }
H1.HeaderClassName
{
color: #D9232F;
}
.AnyTagClassName
{
color: #D9232F;
}
</style>
background-color css
<style>
a { background-color: #D9232F; }
a { background-color: rgb(217,35,47); }
div.DivClassName
{
background-color: #D9232F;
}
.BgClassName
{
background-color: #D9232F;
}
</style>
border-color css
<style>
span { border-color: #D9232F; }
span { border-color: rgb(217,35,47); }
td.TdClassName
{
border-color: #D9232F;
}
.TagClassName
{
border-color: #D9232F;
}
</style>