Shades of Cardinal #C80E3C
Tints of Cardinal #C80E3C
RGB
CMYK
RGB Variations
Color information
#C80E3C (or 0xC80E3C) is known color: Cardinal. HEX triplet: C8, 0E and 3C. RGB value is (200,14,60). Sum of RGB (Red+Green+Blue) = 200+14+60=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C80E3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80E3C is #37F1C3. Grayscale: #4A4A4A. Windows color (decimal): -3666372 or 3935944. OLE color: 3935944.
HSL color Cylindrical-coordinate representation of color #C80E3C: hue angle of 345.16º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80E3C is Cyan = 0, Magento = 0.93, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 14 | 60 | - |
| CMYK | 0 | 0.93 | 0.7 | 0.22 |
| HSL | 345.16º | 0.87% | 0.42% | - |
| HSV(B) | 345.16º | 0.93% | 0.78% | - |
| XYZ | 24.79 | 12.92 | 5.46 | - |
| YUV | 74.86 | 119.62 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 60 | 0 | 0.93 | 0.7 | 0.22 | 345.16 | 0.87 | 0.42 |
| Hex | C8 | E | 3C | 0 | 5D | 46 | 16 | 159 | 57 | 2A |
| Octal | 310 | 16 | 74 | 0 | 135 | 106 | 26 | 531 | 127 | 52 |
| Binary | 11001000 | 1110 | 111100 | 0 | 1011101 | 1000110 | 10110 | 101011001 | 1010111 | 101010 |
Color Harmonies of #C80E3C
Complementary color
Monochromatic Colors of #C80E3C
Black with #C80E3C
Text Example
Text Example
White with #C80E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80E3C; }
p { color: rgb(200,14,60); }
H1.HeaderClassName
{
color: #C80E3C;
}
.AnyTagClassName
{
color: #C80E3C;
}
</style>
background-color css
<style>
a { background-color: #C80E3C; }
a { background-color: rgb(200,14,60); }
div.DivClassName
{
background-color: #C80E3C;
}
.BgClassName
{
background-color: #C80E3C;
}
</style>
border-color css
<style>
span { border-color: #C80E3C; }
span { border-color: rgb(200,14,60); }
td.TdClassName
{
border-color: #C80E3C;
}
.TagClassName
{
border-color: #C80E3C;
}
</style>