Shades of Cardinal #C51041
Tints of Cardinal #C51041
RGB
CMYK
RGB Variations
Color information
#C51041 (or 0xC51041) is known color: Cardinal. HEX triplet: C5, 10 and 41. RGB value is (197,16,65). Sum of RGB (Red+Green+Blue) = 197+16+65=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C51041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51041 is #3AEFBE. Grayscale: #4B4B4B. Windows color (decimal): -3862463 or 4264133. OLE color: 4264133.
HSL color Cylindrical-coordinate representation of color #C51041: hue angle of 343.76º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C51041 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 65 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.23 |
| HSL | 343.76º | 0.85% | 0.42% | - |
| HSV(B) | 343.76º | 0.92% | 0.77% | - |
| XYZ | 24.17 | 12.62 | 6.16 | - |
| YUV | 75.71 | 121.97 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 65 | 0 | 0.92 | 0.67 | 0.23 | 343.76 | 0.85 | 0.42 |
| Hex | C5 | 10 | 41 | 0 | 5C | 43 | 17 | 158 | 55 | 2A |
| Octal | 305 | 20 | 101 | 0 | 134 | 103 | 27 | 530 | 125 | 52 |
| Binary | 11000101 | 10000 | 1000001 | 0 | 1011100 | 1000011 | 10111 | 101011000 | 1010101 | 101010 |
Color Harmonies of #C51041
Complementary color
Monochromatic Colors of #C51041
Black with #C51041
Text Example
Text Example
White with #C51041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51041; }
p { color: rgb(197,16,65); }
H1.HeaderClassName
{
color: #C51041;
}
.AnyTagClassName
{
color: #C51041;
}
</style>
background-color css
<style>
a { background-color: #C51041; }
a { background-color: rgb(197,16,65); }
div.DivClassName
{
background-color: #C51041;
}
.BgClassName
{
background-color: #C51041;
}
</style>
border-color css
<style>
span { border-color: #C51041; }
span { border-color: rgb(197,16,65); }
td.TdClassName
{
border-color: #C51041;
}
.TagClassName
{
border-color: #C51041;
}
</style>