Shades of Cardinal #C91934
Tints of Cardinal #C91934
RGB
CMYK
RGB Variations
Color information
#C91934 (or 0xC91934) is known color: Cardinal. HEX triplet: C9, 19 and 34. RGB value is (201,25,52). Sum of RGB (Red+Green+Blue) = 201+25+52=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C91934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91934 is #36E6CB. Grayscale: #505050. Windows color (decimal): -3598028 or 3414473. OLE color: 3414473.
HSL color Cylindrical-coordinate representation of color #C91934: hue angle of 350.8º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91934 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 52 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.21 |
| HSL | 350.8º | 0.78% | 0.44% | - |
| HSV(B) | 350.8º | 0.88% | 0.79% | - |
| XYZ | 25.05 | 13.36 | 4.51 | - |
| YUV | 80.7 | 111.81 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 52 | 0 | 0.88 | 0.74 | 0.21 | 350.8 | 0.78 | 0.44 |
| Hex | C9 | 19 | 34 | 0 | 58 | 4A | 15 | 15F | 4E | 2C |
| Octal | 311 | 31 | 64 | 0 | 130 | 112 | 25 | 537 | 116 | 54 |
| Binary | 11001001 | 11001 | 110100 | 0 | 1011000 | 1001010 | 10101 | 101011111 | 1001110 | 101100 |
Color Harmonies of #C91934
Complementary color
Monochromatic Colors of #C91934
Black with #C91934
Text Example
Text Example
White with #C91934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91934; }
p { color: rgb(201,25,52); }
H1.HeaderClassName
{
color: #C91934;
}
.AnyTagClassName
{
color: #C91934;
}
</style>
background-color css
<style>
a { background-color: #C91934; }
a { background-color: rgb(201,25,52); }
div.DivClassName
{
background-color: #C91934;
}
.BgClassName
{
background-color: #C91934;
}
</style>
border-color css
<style>
span { border-color: #C91934; }
span { border-color: rgb(201,25,52); }
td.TdClassName
{
border-color: #C91934;
}
.TagClassName
{
border-color: #C91934;
}
</style>