Shades of Alizarin #D32636
Tints of Alizarin #D32636
RGB
CMYK
RGB Variations
Color information
#D32636 (or 0xD32636) is known color: Alizarin. HEX triplet: D3, 26 and 36. RGB value is (211,38,54). Sum of RGB (Red+Green+Blue) = 211+38+54=303 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.64% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 211 - color contains mainly: red. Hex color #D32636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32636 is #2CD9C9. Grayscale: #5B5B5B. Windows color (decimal): -2939338 or 3548883. OLE color: 3548883.
HSL color Cylindrical-coordinate representation of color #D32636: hue angle of 354.45º 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 #D32636 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 38 | 54 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.17 |
| HSL | 354.45º | 0.69% | 0.49% | - |
| HSV(B) | 354.45º | 0.82% | 0.83% | - |
| XYZ | 28.22 | 15.5 | 4.99 | - |
| YUV | 91.55 | 106.81 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 38 | 54 | 0 | 0.82 | 0.74 | 0.17 | 354.45 | 0.69 | 0.49 |
| Hex | D3 | 26 | 36 | 0 | 52 | 4A | 11 | 162 | 45 | 31 |
| Octal | 323 | 46 | 66 | 0 | 122 | 112 | 21 | 542 | 105 | 61 |
| Binary | 11010011 | 100110 | 110110 | 0 | 1010010 | 1001010 | 10001 | 101100010 | 1000101 | 110001 |
Color Harmonies of #D32636
Complementary color
Monochromatic Colors of #D32636
Black with #D32636
Text Example
Text Example
White with #D32636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32636; }
p { color: rgb(211,38,54); }
H1.HeaderClassName
{
color: #D32636;
}
.AnyTagClassName
{
color: #D32636;
}
</style>
background-color css
<style>
a { background-color: #D32636; }
a { background-color: rgb(211,38,54); }
div.DivClassName
{
background-color: #D32636;
}
.BgClassName
{
background-color: #D32636;
}
</style>
border-color css
<style>
span { border-color: #D32636; }
span { border-color: rgb(211,38,54); }
td.TdClassName
{
border-color: #D32636;
}
.TagClassName
{
border-color: #D32636;
}
</style>