Shades of Cardinal #C80930
Tints of Cardinal #C80930
RGB
CMYK
RGB Variations
Color information
#C80930 (or 0xC80930) is known color: Cardinal. HEX triplet: C8, 09 and 30. RGB value is (200,9,48). Sum of RGB (Red+Green+Blue) = 200+9+48=257 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.82% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 200 - color contains mainly: red. Hex color #C80930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80930 is #37F6CF. Grayscale: #464646. Windows color (decimal): -3667664 or 3148232. OLE color: 3148232.
HSL color Cylindrical-coordinate representation of color #C80930: hue angle of 347.75º 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 #C80930 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 48 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.22 |
| HSL | 347.75º | 0.91% | 0.41% | - |
| HSV(B) | 347.75º | 0.96% | 0.78% | - |
| XYZ | 24.45 | 12.69 | 3.96 | - |
| YUV | 70.56 | 115.28 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 48 | 0 | 0.96 | 0.76 | 0.22 | 347.75 | 0.91 | 0.41 |
| Hex | C8 | 9 | 30 | 0 | 60 | 4C | 16 | 15C | 5B | 29 |
| Octal | 310 | 11 | 60 | 0 | 140 | 114 | 26 | 534 | 133 | 51 |
| Binary | 11001000 | 1001 | 110000 | 0 | 1100000 | 1001100 | 10110 | 101011100 | 1011011 | 101001 |
Color Harmonies of #C80930
Complementary color
Monochromatic Colors of #C80930
Black with #C80930
Text Example
Text Example
White with #C80930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80930; }
p { color: rgb(200,9,48); }
H1.HeaderClassName
{
color: #C80930;
}
.AnyTagClassName
{
color: #C80930;
}
</style>
background-color css
<style>
a { background-color: #C80930; }
a { background-color: rgb(200,9,48); }
div.DivClassName
{
background-color: #C80930;
}
.BgClassName
{
background-color: #C80930;
}
</style>
border-color css
<style>
span { border-color: #C80930; }
span { border-color: rgb(200,9,48); }
td.TdClassName
{
border-color: #C80930;
}
.TagClassName
{
border-color: #C80930;
}
</style>