Shades of Cardinal #D32140
Tints of Cardinal #D32140
RGB
CMYK
RGB Variations
Color information
#D32140 (or 0xD32140) is known color: Cardinal. HEX triplet: D3, 21 and 40. RGB value is (211,33,64). Sum of RGB (Red+Green+Blue) = 211+33+64=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D32140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32140 is #2CDEBF. Grayscale: #595959. Windows color (decimal): -2940608 or 4202963. OLE color: 4202963.
HSL color Cylindrical-coordinate representation of color #D32140: hue angle of 349.55º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D32140 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 64 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.17 |
| HSL | 349.55º | 0.73% | 0.48% | - |
| HSV(B) | 349.55º | 0.84% | 0.83% | - |
| XYZ | 28.33 | 15.31 | 6.31 | - |
| YUV | 89.76 | 113.47 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 64 | 0 | 0.84 | 0.70 | 0.17 | 349.55 | 0.73 | 0.48 |
| Hex | D3 | 21 | 40 | 0 | 54 | 46 | 11 | 15E | 49 | 30 |
| Octal | 323 | 41 | 100 | 0 | 124 | 106 | 21 | 536 | 111 | 60 |
| Binary | 11010011 | 100001 | 1000000 | 0 | 1010100 | 1000110 | 10001 | 101011110 | 1001001 | 110000 |
Color Harmonies of #D32140
Complementary color
Monochromatic Colors of #D32140
Black with #D32140
Text Example
Text Example
White with #D32140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32140; }
p { color: rgb(211,33,64); }
H1.HeaderClassName
{
color: #D32140;
}
.AnyTagClassName
{
color: #D32140;
}
</style>
background-color css
<style>
a { background-color: #D32140; }
a { background-color: rgb(211,33,64); }
div.DivClassName
{
background-color: #D32140;
}
.BgClassName
{
background-color: #D32140;
}
</style>
border-color css
<style>
span { border-color: #D32140; }
span { border-color: rgb(211,33,64); }
td.TdClassName
{
border-color: #D32140;
}
.TagClassName
{
border-color: #D32140;
}
</style>