Shades of Alizarin #D32638
Tints of Alizarin #D32638
RGB
CMYK
RGB Variations
Color information
#D32638 (or 0xD32638) is known color: Alizarin. HEX triplet: D3, 26 and 38. RGB value is (211,38,56). Sum of RGB (Red+Green+Blue) = 211+38+56=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D32638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32638 is #2CD9C7. Grayscale: #5B5B5B. Windows color (decimal): -2939336 or 3679955. OLE color: 3679955.
HSL color Cylindrical-coordinate representation of color #D32638: hue angle of 353.76º 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 #D32638 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 38 | 56 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.17 |
| HSL | 353.76º | 0.69% | 0.49% | - |
| HSV(B) | 353.76º | 0.82% | 0.83% | - |
| XYZ | 28.27 | 15.52 | 5.25 | - |
| YUV | 91.78 | 107.81 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 38 | 56 | 0 | 0.82 | 0.73 | 0.17 | 353.76 | 0.69 | 0.49 |
| Hex | D3 | 26 | 38 | 0 | 52 | 49 | 11 | 162 | 45 | 31 |
| Octal | 323 | 46 | 70 | 0 | 122 | 111 | 21 | 542 | 105 | 61 |
| Binary | 11010011 | 100110 | 111000 | 0 | 1010010 | 1001001 | 10001 | 101100010 | 1000101 | 110001 |
Color Harmonies of #D32638
Complementary color
Monochromatic Colors of #D32638
Black with #D32638
Text Example
Text Example
White with #D32638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32638; }
p { color: rgb(211,38,56); }
H1.HeaderClassName
{
color: #D32638;
}
.AnyTagClassName
{
color: #D32638;
}
</style>
background-color css
<style>
a { background-color: #D32638; }
a { background-color: rgb(211,38,56); }
div.DivClassName
{
background-color: #D32638;
}
.BgClassName
{
background-color: #D32638;
}
</style>
border-color css
<style>
span { border-color: #D32638; }
span { border-color: rgb(211,38,56); }
td.TdClassName
{
border-color: #D32638;
}
.TagClassName
{
border-color: #D32638;
}
</style>