Shades of Cardinal #C51638
Tints of Cardinal #C51638
RGB
CMYK
RGB Variations
Color information
#C51638 (or 0xC51638) is known color: Cardinal. HEX triplet: C5, 16 and 38. RGB value is (197,22,56). Sum of RGB (Red+Green+Blue) = 197+22+56=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C51638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51638 is #3AE9C7. Grayscale: #4E4E4E. Windows color (decimal): -3860936 or 3675845. OLE color: 3675845.
HSL color Cylindrical-coordinate representation of color #C51638: hue angle of 348.34º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51638 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 56 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.23 |
| HSL | 348.34º | 0.8% | 0.43% | - |
| HSV(B) | 348.34º | 0.89% | 0.77% | - |
| XYZ | 24.03 | 12.73 | 4.93 | - |
| YUV | 78.2 | 115.48 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 56 | 0 | 0.89 | 0.72 | 0.23 | 348.34 | 0.8 | 0.43 |
| Hex | C5 | 16 | 38 | 0 | 59 | 48 | 17 | 15C | 50 | 2B |
| Octal | 305 | 26 | 70 | 0 | 131 | 110 | 27 | 534 | 120 | 53 |
| Binary | 11000101 | 10110 | 111000 | 0 | 1011001 | 1001000 | 10111 | 101011100 | 1010000 | 101011 |
Color Harmonies of #C51638
Complementary color
Monochromatic Colors of #C51638
Black with #C51638
Text Example
Text Example
White with #C51638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51638; }
p { color: rgb(197,22,56); }
H1.HeaderClassName
{
color: #C51638;
}
.AnyTagClassName
{
color: #C51638;
}
</style>
background-color css
<style>
a { background-color: #C51638; }
a { background-color: rgb(197,22,56); }
div.DivClassName
{
background-color: #C51638;
}
.BgClassName
{
background-color: #C51638;
}
</style>
border-color css
<style>
span { border-color: #C51638; }
span { border-color: rgb(197,22,56); }
td.TdClassName
{
border-color: #C51638;
}
.TagClassName
{
border-color: #C51638;
}
</style>