Shades of Cardinal #C51D42
Tints of Cardinal #C51D42
RGB
CMYK
RGB Variations
Color information
#C51D42 (or 0xC51D42) is known color: Cardinal. HEX triplet: C5, 1D and 42. RGB value is (197,29,66). Sum of RGB (Red+Green+Blue) = 197+29+66=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D42 is #3AE2BD. Grayscale: #535353. Windows color (decimal): -3859134 or 4332997. OLE color: 4332997.
HSL color Cylindrical-coordinate representation of color #C51D42: hue angle of 346.79º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51D42 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 66 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.23 |
| HSL | 346.79º | 0.74% | 0.44% | - |
| HSV(B) | 346.79º | 0.85% | 0.77% | - |
| XYZ | 24.45 | 13.14 | 6.4 | - |
| YUV | 83.45 | 118.16 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 66 | 0 | 0.85 | 0.66 | 0.23 | 346.79 | 0.74 | 0.44 |
| Hex | C5 | 1D | 42 | 0 | 55 | 42 | 17 | 15B | 4A | 2C |
| Octal | 305 | 35 | 102 | 0 | 125 | 102 | 27 | 533 | 112 | 54 |
| Binary | 11000101 | 11101 | 1000010 | 0 | 1010101 | 1000010 | 10111 | 101011011 | 1001010 | 101100 |
Color Harmonies of #C51D42
Complementary color
Monochromatic Colors of #C51D42
Black with #C51D42
Text Example
Text Example
White with #C51D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D42; }
p { color: rgb(197,29,66); }
H1.HeaderClassName
{
color: #C51D42;
}
.AnyTagClassName
{
color: #C51D42;
}
</style>
background-color css
<style>
a { background-color: #C51D42; }
a { background-color: rgb(197,29,66); }
div.DivClassName
{
background-color: #C51D42;
}
.BgClassName
{
background-color: #C51D42;
}
</style>
border-color css
<style>
span { border-color: #C51D42; }
span { border-color: rgb(197,29,66); }
td.TdClassName
{
border-color: #C51D42;
}
.TagClassName
{
border-color: #C51D42;
}
</style>