Shades of Cardinal #C51A2E
Tints of Cardinal #C51A2E
RGB
CMYK
RGB Variations
Color information
#C51A2E (or 0xC51A2E) is known color: Cardinal. HEX triplet: C5, 1A and 2E. RGB value is (197,26,46). Sum of RGB (Red+Green+Blue) = 197+26+46=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51A2E is #3AE5D1. Grayscale: #4F4F4F. Windows color (decimal): -3859922 or 3021509. OLE color: 3021509.
HSL color Cylindrical-coordinate representation of color #C51A2E: hue angle of 352.98º 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 #C51A2E is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 46 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.23 |
| HSL | 352.98º | 0.77% | 0.44% | - |
| HSV(B) | 352.98º | 0.87% | 0.77% | - |
| XYZ | 23.89 | 12.81 | 3.8 | - |
| YUV | 79.41 | 109.15 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 46 | 0 | 0.87 | 0.77 | 0.23 | 352.98 | 0.77 | 0.44 |
| Hex | C5 | 1A | 2E | 0 | 57 | 4D | 17 | 161 | 4D | 2C |
| Octal | 305 | 32 | 56 | 0 | 127 | 115 | 27 | 541 | 115 | 54 |
| Binary | 11000101 | 11010 | 101110 | 0 | 1010111 | 1001101 | 10111 | 101100001 | 1001101 | 101100 |
Color Harmonies of #C51A2E
Complementary color
Monochromatic Colors of #C51A2E
Black with #C51A2E
Text Example
Text Example
White with #C51A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51A2E; }
p { color: rgb(197,26,46); }
H1.HeaderClassName
{
color: #C51A2E;
}
.AnyTagClassName
{
color: #C51A2E;
}
</style>
background-color css
<style>
a { background-color: #C51A2E; }
a { background-color: rgb(197,26,46); }
div.DivClassName
{
background-color: #C51A2E;
}
.BgClassName
{
background-color: #C51A2E;
}
</style>
border-color css
<style>
span { border-color: #C51A2E; }
span { border-color: rgb(197,26,46); }
td.TdClassName
{
border-color: #C51A2E;
}
.TagClassName
{
border-color: #C51A2E;
}
</style>