Shades of Cardinal #C80935
Tints of Cardinal #C80935
RGB
CMYK
RGB Variations
Color information
#C80935 (or 0xC80935) is known color: Cardinal. HEX triplet: C8, 09 and 35. RGB value is (200,9,53). Sum of RGB (Red+Green+Blue) = 200+9+53=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C80935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80935 is #37F6CA. Grayscale: #474747. Windows color (decimal): -3667659 or 3475912. OLE color: 3475912.
HSL color Cylindrical-coordinate representation of color #C80935: hue angle of 346.18º 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 #C80935 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 53 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.22 |
| HSL | 346.18º | 0.91% | 0.41% | - |
| HSV(B) | 346.18º | 0.96% | 0.78% | - |
| XYZ | 24.56 | 12.73 | 4.53 | - |
| YUV | 71.13 | 117.78 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 53 | 0 | 0.96 | 0.74 | 0.22 | 346.18 | 0.91 | 0.41 |
| Hex | C8 | 9 | 35 | 0 | 60 | 4A | 16 | 15A | 5B | 29 |
| Octal | 310 | 11 | 65 | 0 | 140 | 112 | 26 | 532 | 133 | 51 |
| Binary | 11001000 | 1001 | 110101 | 0 | 1100000 | 1001010 | 10110 | 101011010 | 1011011 | 101001 |
Color Harmonies of #C80935
Complementary color
Monochromatic Colors of #C80935
Black with #C80935
Text Example
Text Example
White with #C80935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80935; }
p { color: rgb(200,9,53); }
H1.HeaderClassName
{
color: #C80935;
}
.AnyTagClassName
{
color: #C80935;
}
</style>
background-color css
<style>
a { background-color: #C80935; }
a { background-color: rgb(200,9,53); }
div.DivClassName
{
background-color: #C80935;
}
.BgClassName
{
background-color: #C80935;
}
</style>
border-color css
<style>
span { border-color: #C80935; }
span { border-color: rgb(200,9,53); }
td.TdClassName
{
border-color: #C80935;
}
.TagClassName
{
border-color: #C80935;
}
</style>