Shades of Cardinal #C51737
Tints of Cardinal #C51737
RGB
CMYK
RGB Variations
Color information
#C51737 (or 0xC51737) is known color: Cardinal. HEX triplet: C5, 17 and 37. RGB value is (197,23,55). Sum of RGB (Red+Green+Blue) = 197+23+55=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C51737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51737 is #3AE8C8. Grayscale: #4E4E4E. Windows color (decimal): -3860681 or 3610565. OLE color: 3610565.
HSL color Cylindrical-coordinate representation of color #C51737: hue angle of 348.97º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51737 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 55 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.23 |
| HSL | 348.97º | 0.79% | 0.43% | - |
| HSV(B) | 348.97º | 0.88% | 0.77% | - |
| XYZ | 24.02 | 12.76 | 4.81 | - |
| YUV | 78.67 | 114.65 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 55 | 0 | 0.88 | 0.72 | 0.23 | 348.97 | 0.79 | 0.43 |
| Hex | C5 | 17 | 37 | 0 | 58 | 48 | 17 | 15D | 4F | 2B |
| Octal | 305 | 27 | 67 | 0 | 130 | 110 | 27 | 535 | 117 | 53 |
| Binary | 11000101 | 10111 | 110111 | 0 | 1011000 | 1001000 | 10111 | 101011101 | 1001111 | 101011 |
Color Harmonies of #C51737
Complementary color
Monochromatic Colors of #C51737
Black with #C51737
Text Example
Text Example
White with #C51737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51737; }
p { color: rgb(197,23,55); }
H1.HeaderClassName
{
color: #C51737;
}
.AnyTagClassName
{
color: #C51737;
}
</style>
background-color css
<style>
a { background-color: #C51737; }
a { background-color: rgb(197,23,55); }
div.DivClassName
{
background-color: #C51737;
}
.BgClassName
{
background-color: #C51737;
}
</style>
border-color css
<style>
span { border-color: #C51737; }
span { border-color: rgb(197,23,55); }
td.TdClassName
{
border-color: #C51737;
}
.TagClassName
{
border-color: #C51737;
}
</style>