Shades of Cardinal #C51342
Tints of Cardinal #C51342
RGB
CMYK
RGB Variations
Color information
#C51342 (or 0xC51342) is known color: Cardinal. HEX triplet: C5, 13 and 42. RGB value is (197,19,66). Sum of RGB (Red+Green+Blue) = 197+19+66=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C51342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51342 is #3AECBD. Grayscale: #4D4D4D. Windows color (decimal): -3861694 or 4330437. OLE color: 4330437.
HSL color Cylindrical-coordinate representation of color #C51342: hue angle of 344.16º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51342 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 66 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.23 |
| HSL | 344.16º | 0.82% | 0.42% | - |
| HSV(B) | 344.16º | 0.9% | 0.77% | - |
| XYZ | 24.24 | 12.73 | 6.33 | - |
| YUV | 77.58 | 121.47 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 66 | 0 | 0.90 | 0.66 | 0.23 | 344.16 | 0.82 | 0.42 |
| Hex | C5 | 13 | 42 | 0 | 5A | 42 | 17 | 158 | 52 | 2A |
| Octal | 305 | 23 | 102 | 0 | 132 | 102 | 27 | 530 | 122 | 52 |
| Binary | 11000101 | 10011 | 1000010 | 0 | 1011010 | 1000010 | 10111 | 101011000 | 1010010 | 101010 |
Color Harmonies of #C51342
Complementary color
Monochromatic Colors of #C51342
Black with #C51342
Text Example
Text Example
White with #C51342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51342; }
p { color: rgb(197,19,66); }
H1.HeaderClassName
{
color: #C51342;
}
.AnyTagClassName
{
color: #C51342;
}
</style>
background-color css
<style>
a { background-color: #C51342; }
a { background-color: rgb(197,19,66); }
div.DivClassName
{
background-color: #C51342;
}
.BgClassName
{
background-color: #C51342;
}
</style>
border-color css
<style>
span { border-color: #C51342; }
span { border-color: rgb(197,19,66); }
td.TdClassName
{
border-color: #C51342;
}
.TagClassName
{
border-color: #C51342;
}
</style>