Shades of Cardinal #C51935
Tints of Cardinal #C51935
RGB
CMYK
RGB Variations
Color information
#C51935 (or 0xC51935) is known color: Cardinal. HEX triplet: C5, 19 and 35. RGB value is (197,25,53). Sum of RGB (Red+Green+Blue) = 197+25+53=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C51935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51935 is #3AE6CA. Grayscale: #4F4F4F. Windows color (decimal): -3860171 or 3480005. OLE color: 3480005.
HSL color Cylindrical-coordinate representation of color #C51935: hue angle of 350.23º 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 #C51935 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 53 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.23 |
| HSL | 350.23º | 0.77% | 0.44% | - |
| HSV(B) | 350.23º | 0.87% | 0.77% | - |
| XYZ | 24.02 | 12.82 | 4.58 | - |
| YUV | 79.62 | 112.98 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 53 | 0 | 0.87 | 0.73 | 0.23 | 350.23 | 0.77 | 0.44 |
| Hex | C5 | 19 | 35 | 0 | 57 | 49 | 17 | 15E | 4D | 2C |
| Octal | 305 | 31 | 65 | 0 | 127 | 111 | 27 | 536 | 115 | 54 |
| Binary | 11000101 | 11001 | 110101 | 0 | 1010111 | 1001001 | 10111 | 101011110 | 1001101 | 101100 |
Color Harmonies of #C51935
Complementary color
Monochromatic Colors of #C51935
Black with #C51935
Text Example
Text Example
White with #C51935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51935; }
p { color: rgb(197,25,53); }
H1.HeaderClassName
{
color: #C51935;
}
.AnyTagClassName
{
color: #C51935;
}
</style>
background-color css
<style>
a { background-color: #C51935; }
a { background-color: rgb(197,25,53); }
div.DivClassName
{
background-color: #C51935;
}
.BgClassName
{
background-color: #C51935;
}
</style>
border-color css
<style>
span { border-color: #C51935; }
span { border-color: rgb(197,25,53); }
td.TdClassName
{
border-color: #C51935;
}
.TagClassName
{
border-color: #C51935;
}
</style>