Shades of Cardinal #C51E42
Tints of Cardinal #C51E42
RGB
CMYK
RGB Variations
Color information
#C51E42 (or 0xC51E42) is known color: Cardinal. HEX triplet: C5, 1E and 42. RGB value is (197,30,66). Sum of RGB (Red+Green+Blue) = 197+30+66=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51E42 is #3AE1BD. Grayscale: #545454. Windows color (decimal): -3858878 or 4333253. OLE color: 4333253.
HSL color Cylindrical-coordinate representation of color #C51E42: hue angle of 347.07º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51E42 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 30 | 66 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.23 |
| HSL | 347.07º | 0.74% | 0.45% | - |
| HSV(B) | 347.07º | 0.85% | 0.77% | - |
| XYZ | 24.47 | 13.19 | 6.41 | - |
| YUV | 84.04 | 117.83 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 66 | 0 | 0.85 | 0.66 | 0.23 | 347.07 | 0.74 | 0.45 |
| Hex | C5 | 1E | 42 | 0 | 55 | 42 | 17 | 15B | 4A | 2D |
| Octal | 305 | 36 | 102 | 0 | 125 | 102 | 27 | 533 | 112 | 55 |
| Binary | 11000101 | 11110 | 1000010 | 0 | 1010101 | 1000010 | 10111 | 101011011 | 1001010 | 101101 |
Color Harmonies of #C51E42
Complementary color
Monochromatic Colors of #C51E42
Black with #C51E42
Text Example
Text Example
White with #C51E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51E42; }
p { color: rgb(197,30,66); }
H1.HeaderClassName
{
color: #C51E42;
}
.AnyTagClassName
{
color: #C51E42;
}
</style>
background-color css
<style>
a { background-color: #C51E42; }
a { background-color: rgb(197,30,66); }
div.DivClassName
{
background-color: #C51E42;
}
.BgClassName
{
background-color: #C51E42;
}
</style>
border-color css
<style>
span { border-color: #C51E42; }
span { border-color: rgb(197,30,66); }
td.TdClassName
{
border-color: #C51E42;
}
.TagClassName
{
border-color: #C51E42;
}
</style>