Shades of Cardinal #C51A40
Tints of Cardinal #C51A40
RGB
CMYK
RGB Variations
Color information
#C51A40 (or 0xC51A40) is known color: Cardinal. HEX triplet: C5, 1A and 40. RGB value is (197,26,64). Sum of RGB (Red+Green+Blue) = 197+26+64=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51A40 is #3AE5BF. Grayscale: #515151. Windows color (decimal): -3859904 or 4201157. OLE color: 4201157.
HSL color Cylindrical-coordinate representation of color #C51A40: hue angle of 346.67º 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 #C51A40 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 64 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.23 |
| HSL | 346.67º | 0.77% | 0.44% | - |
| HSV(B) | 346.67º | 0.87% | 0.77% | - |
| XYZ | 24.32 | 12.98 | 6.07 | - |
| YUV | 81.46 | 118.15 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 64 | 0 | 0.87 | 0.68 | 0.23 | 346.67 | 0.77 | 0.44 |
| Hex | C5 | 1A | 40 | 0 | 57 | 44 | 17 | 15B | 4D | 2C |
| Octal | 305 | 32 | 100 | 0 | 127 | 104 | 27 | 533 | 115 | 54 |
| Binary | 11000101 | 11010 | 1000000 | 0 | 1010111 | 1000100 | 10111 | 101011011 | 1001101 | 101100 |
Color Harmonies of #C51A40
Complementary color
Monochromatic Colors of #C51A40
Black with #C51A40
Text Example
Text Example
White with #C51A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51A40; }
p { color: rgb(197,26,64); }
H1.HeaderClassName
{
color: #C51A40;
}
.AnyTagClassName
{
color: #C51A40;
}
</style>
background-color css
<style>
a { background-color: #C51A40; }
a { background-color: rgb(197,26,64); }
div.DivClassName
{
background-color: #C51A40;
}
.BgClassName
{
background-color: #C51A40;
}
</style>
border-color css
<style>
span { border-color: #C51A40; }
span { border-color: rgb(197,26,64); }
td.TdClassName
{
border-color: #C51A40;
}
.TagClassName
{
border-color: #C51A40;
}
</style>