Shades of Cardinal #D32035
Tints of Cardinal #D32035
RGB
CMYK
RGB Variations
Color information
#D32035 (or 0xD32035) is known color: Cardinal. HEX triplet: D3, 20 and 35. RGB value is (211,32,53). Sum of RGB (Red+Green+Blue) = 211+32+53=296 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.28% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 211 - color contains mainly: red. Hex color #D32035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32035 is #2CDFCA. Grayscale: #585858. Windows color (decimal): -2940875 or 3481811. OLE color: 3481811.
HSL color Cylindrical-coordinate representation of color #D32035: hue angle of 352.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 #D32035 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 32 | 53 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.17 |
| HSL | 352.96º | 0.74% | 0.48% | - |
| HSV(B) | 352.96º | 0.85% | 0.83% | - |
| XYZ | 28.02 | 15.14 | 4.81 | - |
| YUV | 87.92 | 108.3 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 53 | 0 | 0.85 | 0.75 | 0.17 | 352.96 | 0.74 | 0.48 |
| Hex | D3 | 20 | 35 | 0 | 55 | 4B | 11 | 161 | 4A | 30 |
| Octal | 323 | 40 | 65 | 0 | 125 | 113 | 21 | 541 | 112 | 60 |
| Binary | 11010011 | 100000 | 110101 | 0 | 1010101 | 1001011 | 10001 | 101100001 | 1001010 | 110000 |
Color Harmonies of #D32035
Complementary color
Monochromatic Colors of #D32035
Black with #D32035
Text Example
Text Example
White with #D32035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32035; }
p { color: rgb(211,32,53); }
H1.HeaderClassName
{
color: #D32035;
}
.AnyTagClassName
{
color: #D32035;
}
</style>
background-color css
<style>
a { background-color: #D32035; }
a { background-color: rgb(211,32,53); }
div.DivClassName
{
background-color: #D32035;
}
.BgClassName
{
background-color: #D32035;
}
</style>
border-color css
<style>
span { border-color: #D32035; }
span { border-color: rgb(211,32,53); }
td.TdClassName
{
border-color: #D32035;
}
.TagClassName
{
border-color: #D32035;
}
</style>