Shades of Cardinal #C81930
Tints of Cardinal #C81930
RGB
CMYK
RGB Variations
Color information
#C81930 (or 0xC81930) is known color: Cardinal. HEX triplet: C8, 19 and 30. RGB value is (200,25,48). Sum of RGB (Red+Green+Blue) = 200+25+48=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C81930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81930 is #37E6CF. Grayscale: #505050. Windows color (decimal): -3663568 or 3152328. OLE color: 3152328.
HSL color Cylindrical-coordinate representation of color #C81930: hue angle of 352.11º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81930 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 48 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.22 |
| HSL | 352.11º | 0.78% | 0.44% | - |
| HSV(B) | 352.11º | 0.88% | 0.78% | - |
| XYZ | 24.7 | 13.19 | 4.04 | - |
| YUV | 79.95 | 109.98 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 48 | 0 | 0.88 | 0.76 | 0.22 | 352.11 | 0.78 | 0.44 |
| Hex | C8 | 19 | 30 | 0 | 58 | 4C | 16 | 160 | 4E | 2C |
| Octal | 310 | 31 | 60 | 0 | 130 | 114 | 26 | 540 | 116 | 54 |
| Binary | 11001000 | 11001 | 110000 | 0 | 1011000 | 1001100 | 10110 | 101100000 | 1001110 | 101100 |
Color Harmonies of #C81930
Complementary color
Monochromatic Colors of #C81930
Black with #C81930
Text Example
Text Example
White with #C81930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81930; }
p { color: rgb(200,25,48); }
H1.HeaderClassName
{
color: #C81930;
}
.AnyTagClassName
{
color: #C81930;
}
</style>
background-color css
<style>
a { background-color: #C81930; }
a { background-color: rgb(200,25,48); }
div.DivClassName
{
background-color: #C81930;
}
.BgClassName
{
background-color: #C81930;
}
</style>
border-color css
<style>
span { border-color: #C81930; }
span { border-color: rgb(200,25,48); }
td.TdClassName
{
border-color: #C81930;
}
.TagClassName
{
border-color: #C81930;
}
</style>