Shades of Alizarin #D3232E
Tints of Alizarin #D3232E
RGB
CMYK
RGB Variations
Color information
#D3232E (or 0xD3232E) is known color: Alizarin. HEX triplet: D3, 23 and 2E. RGB value is (211,35,46). Sum of RGB (Red+Green+Blue) = 211+35+46=292 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.26% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 211 - color contains mainly: red. Hex color #D3232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3232E is #2CDCD1. Grayscale: #595959. Windows color (decimal): -2940114 or 3023827. OLE color: 3023827.
HSL color Cylindrical-coordinate representation of color #D3232E: hue angle of 356.25º 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 #D3232E is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 35 | 46 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.17 |
| HSL | 356.25º | 0.72% | 0.48% | - |
| HSV(B) | 356.25º | 0.83% | 0.83% | - |
| XYZ | 27.96 | 15.25 | 4.05 | - |
| YUV | 88.88 | 103.81 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 46 | 0 | 0.83 | 0.78 | 0.17 | 356.25 | 0.72 | 0.48 |
| Hex | D3 | 23 | 2E | 0 | 53 | 4E | 11 | 164 | 48 | 30 |
| Octal | 323 | 43 | 56 | 0 | 123 | 116 | 21 | 544 | 110 | 60 |
| Binary | 11010011 | 100011 | 101110 | 0 | 1010011 | 1001110 | 10001 | 101100100 | 1001000 | 110000 |
Color Harmonies of #D3232E
Complementary color
Monochromatic Colors of #D3232E
Black with #D3232E
Text Example
Text Example
White with #D3232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3232E; }
p { color: rgb(211,35,46); }
H1.HeaderClassName
{
color: #D3232E;
}
.AnyTagClassName
{
color: #D3232E;
}
</style>
background-color css
<style>
a { background-color: #D3232E; }
a { background-color: rgb(211,35,46); }
div.DivClassName
{
background-color: #D3232E;
}
.BgClassName
{
background-color: #D3232E;
}
</style>
border-color css
<style>
span { border-color: #D3232E; }
span { border-color: rgb(211,35,46); }
td.TdClassName
{
border-color: #D3232E;
}
.TagClassName
{
border-color: #D3232E;
}
</style>