Shades of Cardinal #C80937
Tints of Cardinal #C80937
RGB
CMYK
RGB Variations
Color information
#C80937 (or 0xC80937) is known color: Cardinal. HEX triplet: C8, 09 and 37. RGB value is (200,9,55). Sum of RGB (Red+Green+Blue) = 200+9+55=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C80937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80937 is #37F6C8. Grayscale: #474747. Windows color (decimal): -3667657 or 3606984. OLE color: 3606984.
HSL color Cylindrical-coordinate representation of color #C80937: hue angle of 345.55º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80937 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 55 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.22 |
| HSL | 345.55º | 0.91% | 0.41% | - |
| HSV(B) | 345.55º | 0.96% | 0.78% | - |
| XYZ | 24.61 | 12.75 | 4.78 | - |
| YUV | 71.35 | 118.78 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 55 | 0 | 0.96 | 0.72 | 0.22 | 345.55 | 0.91 | 0.41 |
| Hex | C8 | 9 | 37 | 0 | 60 | 48 | 16 | 15A | 5B | 29 |
| Octal | 310 | 11 | 67 | 0 | 140 | 110 | 26 | 532 | 133 | 51 |
| Binary | 11001000 | 1001 | 110111 | 0 | 1100000 | 1001000 | 10110 | 101011010 | 1011011 | 101001 |
Color Harmonies of #C80937
Complementary color
Monochromatic Colors of #C80937
Black with #C80937
Text Example
Text Example
White with #C80937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80937; }
p { color: rgb(200,9,55); }
H1.HeaderClassName
{
color: #C80937;
}
.AnyTagClassName
{
color: #C80937;
}
</style>
background-color css
<style>
a { background-color: #C80937; }
a { background-color: rgb(200,9,55); }
div.DivClassName
{
background-color: #C80937;
}
.BgClassName
{
background-color: #C80937;
}
</style>
border-color css
<style>
span { border-color: #C80937; }
span { border-color: rgb(200,9,55); }
td.TdClassName
{
border-color: #C80937;
}
.TagClassName
{
border-color: #C80937;
}
</style>