Shades of Cardinal #C80D40
Tints of Cardinal #C80D40
RGB
CMYK
RGB Variations
Color information
#C80D40 (or 0xC80D40) is known color: Cardinal. HEX triplet: C8, 0D and 40. RGB value is (200,13,64). Sum of RGB (Red+Green+Blue) = 200+13+64=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80D40 is #37F2BF. Grayscale: #4A4A4A. Windows color (decimal): -3666624 or 4197832. OLE color: 4197832.
HSL color Cylindrical-coordinate representation of color #C80D40: hue angle of 343.64º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80D40 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 64 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.22 |
| HSL | 343.64º | 0.88% | 0.42% | - |
| HSV(B) | 343.64º | 0.94% | 0.78% | - |
| XYZ | 24.89 | 12.94 | 6.04 | - |
| YUV | 74.73 | 121.95 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 64 | 0 | 0.94 | 0.68 | 0.22 | 343.64 | 0.88 | 0.42 |
| Hex | C8 | D | 40 | 0 | 5E | 44 | 16 | 158 | 58 | 2A |
| Octal | 310 | 15 | 100 | 0 | 136 | 104 | 26 | 530 | 130 | 52 |
| Binary | 11001000 | 1101 | 1000000 | 0 | 1011110 | 1000100 | 10110 | 101011000 | 1011000 | 101010 |
Color Harmonies of #C80D40
Complementary color
Monochromatic Colors of #C80D40
Black with #C80D40
Text Example
Text Example
White with #C80D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D40; }
p { color: rgb(200,13,64); }
H1.HeaderClassName
{
color: #C80D40;
}
.AnyTagClassName
{
color: #C80D40;
}
</style>
background-color css
<style>
a { background-color: #C80D40; }
a { background-color: rgb(200,13,64); }
div.DivClassName
{
background-color: #C80D40;
}
.BgClassName
{
background-color: #C80D40;
}
</style>
border-color css
<style>
span { border-color: #C80D40; }
span { border-color: rgb(200,13,64); }
td.TdClassName
{
border-color: #C80D40;
}
.TagClassName
{
border-color: #C80D40;
}
</style>