Shades of Cardinal #D32038
Tints of Cardinal #D32038
RGB
CMYK
RGB Variations
Color information
#D32038 (or 0xD32038) is known color: Cardinal. HEX triplet: D3, 20 and 38. RGB value is (211,32,56). Sum of RGB (Red+Green+Blue) = 211+32+56=299 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.57% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 211 - color contains mainly: red. Hex color #D32038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32038 is #2CDFC7. Grayscale: #585858. Windows color (decimal): -2940872 or 3678419. OLE color: 3678419.
HSL color Cylindrical-coordinate representation of color #D32038: hue angle of 351.96º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D32038 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 32 | 56 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.17 |
| HSL | 351.96º | 0.74% | 0.48% | - |
| HSV(B) | 351.96º | 0.85% | 0.83% | - |
| XYZ | 28.09 | 15.17 | 5.19 | - |
| YUV | 88.26 | 109.8 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 56 | 0 | 0.85 | 0.73 | 0.17 | 351.96 | 0.74 | 0.48 |
| Hex | D3 | 20 | 38 | 0 | 55 | 49 | 11 | 160 | 4A | 30 |
| Octal | 323 | 40 | 70 | 0 | 125 | 111 | 21 | 540 | 112 | 60 |
| Binary | 11010011 | 100000 | 111000 | 0 | 1010101 | 1001001 | 10001 | 101100000 | 1001010 | 110000 |
Color Harmonies of #D32038
Complementary color
Monochromatic Colors of #D32038
Black with #D32038
Text Example
Text Example
White with #D32038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32038; }
p { color: rgb(211,32,56); }
H1.HeaderClassName
{
color: #D32038;
}
.AnyTagClassName
{
color: #D32038;
}
</style>
background-color css
<style>
a { background-color: #D32038; }
a { background-color: rgb(211,32,56); }
div.DivClassName
{
background-color: #D32038;
}
.BgClassName
{
background-color: #D32038;
}
</style>
border-color css
<style>
span { border-color: #D32038; }
span { border-color: rgb(211,32,56); }
td.TdClassName
{
border-color: #D32038;
}
.TagClassName
{
border-color: #D32038;
}
</style>