Shades of Cardinal #C51A45
Tints of Cardinal #C51A45
RGB
CMYK
RGB Variations
Color information
#C51A45 (or 0xC51A45) is known color: Cardinal. HEX triplet: C5, 1A and 45. RGB value is (197,26,69). Sum of RGB (Red+Green+Blue) = 197+26+69=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51A45 is #3AE5BA. Grayscale: #525252. Windows color (decimal): -3859899 or 4528837. OLE color: 4528837.
HSL color Cylindrical-coordinate representation of color #C51A45: hue angle of 344.91º 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 #C51A45 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 69 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.23 |
| HSL | 344.91º | 0.77% | 0.44% | - |
| HSV(B) | 344.91º | 0.87% | 0.77% | - |
| XYZ | 24.47 | 13.04 | 6.86 | - |
| YUV | 82.03 | 120.65 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 69 | 0 | 0.87 | 0.65 | 0.23 | 344.91 | 0.77 | 0.44 |
| Hex | C5 | 1A | 45 | 0 | 57 | 41 | 17 | 159 | 4D | 2C |
| Octal | 305 | 32 | 105 | 0 | 127 | 101 | 27 | 531 | 115 | 54 |
| Binary | 11000101 | 11010 | 1000101 | 0 | 1010111 | 1000001 | 10111 | 101011001 | 1001101 | 101100 |
Color Harmonies of #C51A45
Complementary color
Monochromatic Colors of #C51A45
Black with #C51A45
Text Example
Text Example
White with #C51A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51A45; }
p { color: rgb(197,26,69); }
H1.HeaderClassName
{
color: #C51A45;
}
.AnyTagClassName
{
color: #C51A45;
}
</style>
background-color css
<style>
a { background-color: #C51A45; }
a { background-color: rgb(197,26,69); }
div.DivClassName
{
background-color: #C51A45;
}
.BgClassName
{
background-color: #C51A45;
}
</style>
border-color css
<style>
span { border-color: #C51A45; }
span { border-color: rgb(197,26,69); }
td.TdClassName
{
border-color: #C51A45;
}
.TagClassName
{
border-color: #C51A45;
}
</style>