Shades of Cardinal #C51630
Tints of Cardinal #C51630
RGB
CMYK
RGB Variations
Color information
#C51630 (or 0xC51630) is known color: Cardinal. HEX triplet: C5, 16 and 30. RGB value is (197,22,48). Sum of RGB (Red+Green+Blue) = 197+22+48=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C51630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51630 is #3AE9CF. Grayscale: #4D4D4D. Windows color (decimal): -3860944 or 3151557. OLE color: 3151557.
HSL color Cylindrical-coordinate representation of color #C51630: hue angle of 351.09º 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 #C51630 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 48 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.23 |
| HSL | 351.09º | 0.8% | 0.43% | - |
| HSV(B) | 351.09º | 0.89% | 0.77% | - |
| XYZ | 23.85 | 12.66 | 3.98 | - |
| YUV | 77.29 | 111.48 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 48 | 0 | 0.89 | 0.76 | 0.23 | 351.09 | 0.8 | 0.43 |
| Hex | C5 | 16 | 30 | 0 | 59 | 4C | 17 | 15F | 50 | 2B |
| Octal | 305 | 26 | 60 | 0 | 131 | 114 | 27 | 537 | 120 | 53 |
| Binary | 11000101 | 10110 | 110000 | 0 | 1011001 | 1001100 | 10111 | 101011111 | 1010000 | 101011 |
Color Harmonies of #C51630
Complementary color
Monochromatic Colors of #C51630
Black with #C51630
Text Example
Text Example
White with #C51630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51630; }
p { color: rgb(197,22,48); }
H1.HeaderClassName
{
color: #C51630;
}
.AnyTagClassName
{
color: #C51630;
}
</style>
background-color css
<style>
a { background-color: #C51630; }
a { background-color: rgb(197,22,48); }
div.DivClassName
{
background-color: #C51630;
}
.BgClassName
{
background-color: #C51630;
}
</style>
border-color css
<style>
span { border-color: #C51630; }
span { border-color: rgb(197,22,48); }
td.TdClassName
{
border-color: #C51630;
}
.TagClassName
{
border-color: #C51630;
}
</style>