Shades of Alizarin #D3232F
Tints of Alizarin #D3232F
RGB
CMYK
RGB Variations
Color information
#D3232F (or 0xD3232F) is known color: Alizarin. HEX triplet: D3, 23 and 2F. RGB value is (211,35,47). Sum of RGB (Red+Green+Blue) = 211+35+47=293 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.01% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 211 - color contains mainly: red. Hex color #D3232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3232F is #2CDCD0. Grayscale: #595959. Windows color (decimal): -2940113 or 3089363. OLE color: 3089363.
HSL color Cylindrical-coordinate representation of color #D3232F: hue angle of 355.91º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3232F is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 35 | 47 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.17 |
| HSL | 355.91º | 0.72% | 0.48% | - |
| HSV(B) | 355.91º | 0.83% | 0.83% | - |
| XYZ | 27.98 | 15.26 | 4.16 | - |
| YUV | 88.99 | 104.31 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 47 | 0 | 0.83 | 0.78 | 0.17 | 355.91 | 0.72 | 0.48 |
| Hex | D3 | 23 | 2F | 0 | 53 | 4E | 11 | 164 | 48 | 30 |
| Octal | 323 | 43 | 57 | 0 | 123 | 116 | 21 | 544 | 110 | 60 |
| Binary | 11010011 | 100011 | 101111 | 0 | 1010011 | 1001110 | 10001 | 101100100 | 1001000 | 110000 |
Color Harmonies of #D3232F
Complementary color
Monochromatic Colors of #D3232F
Black with #D3232F
Text Example
Text Example
White with #D3232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3232F; }
p { color: rgb(211,35,47); }
H1.HeaderClassName
{
color: #D3232F;
}
.AnyTagClassName
{
color: #D3232F;
}
</style>
background-color css
<style>
a { background-color: #D3232F; }
a { background-color: rgb(211,35,47); }
div.DivClassName
{
background-color: #D3232F;
}
.BgClassName
{
background-color: #D3232F;
}
</style>
border-color css
<style>
span { border-color: #D3232F; }
span { border-color: rgb(211,35,47); }
td.TdClassName
{
border-color: #D3232F;
}
.TagClassName
{
border-color: #D3232F;
}
</style>