Shades of Alizarin #D32733
Tints of Alizarin #D32733
RGB
CMYK
RGB Variations
Color information
#D32733 (or 0xD32733) is known color: Alizarin. HEX triplet: D3, 27 and 33. RGB value is (211,39,51). Sum of RGB (Red+Green+Blue) = 211+39+51=301 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.10% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 211 - color contains mainly: red. Hex color #D32733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32733 is #2CD8CC. Grayscale: #5B5B5B. Windows color (decimal): -2939085 or 3352531. OLE color: 3352531.
HSL color Cylindrical-coordinate representation of color #D32733: hue angle of 355.81º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32733 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 39 | 51 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.17 |
| HSL | 355.81º | 0.69% | 0.49% | - |
| HSV(B) | 355.81º | 0.82% | 0.83% | - |
| XYZ | 28.19 | 15.54 | 4.65 | - |
| YUV | 91.8 | 104.98 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 51 | 0 | 0.82 | 0.76 | 0.17 | 355.81 | 0.69 | 0.49 |
| Hex | D3 | 27 | 33 | 0 | 52 | 4C | 11 | 164 | 45 | 31 |
| Octal | 323 | 47 | 63 | 0 | 122 | 114 | 21 | 544 | 105 | 61 |
| Binary | 11010011 | 100111 | 110011 | 0 | 1010010 | 1001100 | 10001 | 101100100 | 1000101 | 110001 |
Color Harmonies of #D32733
Complementary color
Monochromatic Colors of #D32733
Black with #D32733
Text Example
Text Example
White with #D32733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32733; }
p { color: rgb(211,39,51); }
H1.HeaderClassName
{
color: #D32733;
}
.AnyTagClassName
{
color: #D32733;
}
</style>
background-color css
<style>
a { background-color: #D32733; }
a { background-color: rgb(211,39,51); }
div.DivClassName
{
background-color: #D32733;
}
.BgClassName
{
background-color: #D32733;
}
</style>
border-color css
<style>
span { border-color: #D32733; }
span { border-color: rgb(211,39,51); }
td.TdClassName
{
border-color: #D32733;
}
.TagClassName
{
border-color: #D32733;
}
</style>