Shades of Cardinal #C51933
Tints of Cardinal #C51933
RGB
CMYK
RGB Variations
Color information
#C51933 (or 0xC51933) is known color: Cardinal. HEX triplet: C5, 19 and 33. RGB value is (197,25,51). Sum of RGB (Red+Green+Blue) = 197+25+51=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C51933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51933 is #3AE6CC. Grayscale: #4F4F4F. Windows color (decimal): -3860173 or 3348933. OLE color: 3348933.
HSL color Cylindrical-coordinate representation of color #C51933: hue angle of 350.93º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51933 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 51 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.23 |
| HSL | 350.93º | 0.77% | 0.44% | - |
| HSV(B) | 350.93º | 0.87% | 0.77% | - |
| XYZ | 23.97 | 12.8 | 4.34 | - |
| YUV | 79.39 | 111.98 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 51 | 0 | 0.87 | 0.74 | 0.23 | 350.93 | 0.77 | 0.44 |
| Hex | C5 | 19 | 33 | 0 | 57 | 4A | 17 | 15F | 4D | 2C |
| Octal | 305 | 31 | 63 | 0 | 127 | 112 | 27 | 537 | 115 | 54 |
| Binary | 11000101 | 11001 | 110011 | 0 | 1010111 | 1001010 | 10111 | 101011111 | 1001101 | 101100 |
Color Harmonies of #C51933
Complementary color
Monochromatic Colors of #C51933
Black with #C51933
Text Example
Text Example
White with #C51933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51933; }
p { color: rgb(197,25,51); }
H1.HeaderClassName
{
color: #C51933;
}
.AnyTagClassName
{
color: #C51933;
}
</style>
background-color css
<style>
a { background-color: #C51933; }
a { background-color: rgb(197,25,51); }
div.DivClassName
{
background-color: #C51933;
}
.BgClassName
{
background-color: #C51933;
}
</style>
border-color css
<style>
span { border-color: #C51933; }
span { border-color: rgb(197,25,51); }
td.TdClassName
{
border-color: #C51933;
}
.TagClassName
{
border-color: #C51933;
}
</style>