Shades of Cardinal #C80D3A
Tints of Cardinal #C80D3A
RGB
CMYK
RGB Variations
Color information
#C80D3A (or 0xC80D3A) is known color: Cardinal. HEX triplet: C8, 0D and 3A. RGB value is (200,13,58). Sum of RGB (Red+Green+Blue) = 200+13+58=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80D3A is #37F2C5. Grayscale: #4A4A4A. Windows color (decimal): -3666630 or 3804616. OLE color: 3804616.
HSL color Cylindrical-coordinate representation of color #C80D3A: hue angle of 345.56º 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 #C80D3A is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 58 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.22 |
| HSL | 345.56º | 0.88% | 0.42% | - |
| HSV(B) | 345.56º | 0.94% | 0.78% | - |
| XYZ | 24.73 | 12.87 | 5.18 | - |
| YUV | 74.04 | 118.95 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 58 | 0 | 0.94 | 0.71 | 0.22 | 345.56 | 0.88 | 0.42 |
| Hex | C8 | D | 3A | 0 | 5E | 47 | 16 | 15A | 58 | 2A |
| Octal | 310 | 15 | 72 | 0 | 136 | 107 | 26 | 532 | 130 | 52 |
| Binary | 11001000 | 1101 | 111010 | 0 | 1011110 | 1000111 | 10110 | 101011010 | 1011000 | 101010 |
Color Harmonies of #C80D3A
Complementary color
Monochromatic Colors of #C80D3A
Black with #C80D3A
Text Example
Text Example
White with #C80D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D3A; }
p { color: rgb(200,13,58); }
H1.HeaderClassName
{
color: #C80D3A;
}
.AnyTagClassName
{
color: #C80D3A;
}
</style>
background-color css
<style>
a { background-color: #C80D3A; }
a { background-color: rgb(200,13,58); }
div.DivClassName
{
background-color: #C80D3A;
}
.BgClassName
{
background-color: #C80D3A;
}
</style>
border-color css
<style>
span { border-color: #C80D3A; }
span { border-color: rgb(200,13,58); }
td.TdClassName
{
border-color: #C80D3A;
}
.TagClassName
{
border-color: #C80D3A;
}
</style>