Shades of Alizarin #D32737
Tints of Alizarin #D32737
RGB
CMYK
RGB Variations
Color information
#D32737 (or 0xD32737) is known color: Alizarin. HEX triplet: D3, 27 and 37. RGB value is (211,39,55). Sum of RGB (Red+Green+Blue) = 211+39+55=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D32737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32737 is #2CD8C8. Grayscale: #5C5C5C. Windows color (decimal): -2939081 or 3614675. OLE color: 3614675.
HSL color Cylindrical-coordinate representation of color #D32737: hue angle of 354.42º 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 #D32737 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 39 | 55 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.17 |
| HSL | 354.42º | 0.69% | 0.49% | - |
| HSV(B) | 354.42º | 0.82% | 0.83% | - |
| XYZ | 28.28 | 15.58 | 5.13 | - |
| YUV | 92.25 | 106.98 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 55 | 0 | 0.82 | 0.74 | 0.17 | 354.42 | 0.69 | 0.49 |
| Hex | D3 | 27 | 37 | 0 | 52 | 4A | 11 | 162 | 45 | 31 |
| Octal | 323 | 47 | 67 | 0 | 122 | 112 | 21 | 542 | 105 | 61 |
| Binary | 11010011 | 100111 | 110111 | 0 | 1010010 | 1001010 | 10001 | 101100010 | 1000101 | 110001 |
Color Harmonies of #D32737
Complementary color
Monochromatic Colors of #D32737
Black with #D32737
Text Example
Text Example
White with #D32737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32737; }
p { color: rgb(211,39,55); }
H1.HeaderClassName
{
color: #D32737;
}
.AnyTagClassName
{
color: #D32737;
}
</style>
background-color css
<style>
a { background-color: #D32737; }
a { background-color: rgb(211,39,55); }
div.DivClassName
{
background-color: #D32737;
}
.BgClassName
{
background-color: #D32737;
}
</style>
border-color css
<style>
span { border-color: #D32737; }
span { border-color: rgb(211,39,55); }
td.TdClassName
{
border-color: #D32737;
}
.TagClassName
{
border-color: #D32737;
}
</style>