Shades of Cardinal #C61041
Tints of Cardinal #C61041
RGB
CMYK
RGB Variations
Color information
#C61041 (or 0xC61041) is known color: Cardinal. HEX triplet: C6, 10 and 41. RGB value is (198,16,65). Sum of RGB (Red+Green+Blue) = 198+16+65=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C61041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61041 is #39EFBE. Grayscale: #4B4B4B. Windows color (decimal): -3796927 or 4264134. OLE color: 4264134.
HSL color Cylindrical-coordinate representation of color #C61041: hue angle of 343.85º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C61041 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 65 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.22 |
| HSL | 343.85º | 0.85% | 0.42% | - |
| HSV(B) | 343.85º | 0.92% | 0.78% | - |
| XYZ | 24.43 | 12.76 | 6.18 | - |
| YUV | 76 | 121.8 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 65 | 0 | 0.92 | 0.67 | 0.22 | 343.85 | 0.85 | 0.42 |
| Hex | C6 | 10 | 41 | 0 | 5C | 43 | 16 | 158 | 55 | 2A |
| Octal | 306 | 20 | 101 | 0 | 134 | 103 | 26 | 530 | 125 | 52 |
| Binary | 11000110 | 10000 | 1000001 | 0 | 1011100 | 1000011 | 10110 | 101011000 | 1010101 | 101010 |
Color Harmonies of #C61041
Complementary color
Monochromatic Colors of #C61041
Black with #C61041
Text Example
Text Example
White with #C61041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61041; }
p { color: rgb(198,16,65); }
H1.HeaderClassName
{
color: #C61041;
}
.AnyTagClassName
{
color: #C61041;
}
</style>
background-color css
<style>
a { background-color: #C61041; }
a { background-color: rgb(198,16,65); }
div.DivClassName
{
background-color: #C61041;
}
.BgClassName
{
background-color: #C61041;
}
</style>
border-color css
<style>
span { border-color: #C61041; }
span { border-color: rgb(198,16,65); }
td.TdClassName
{
border-color: #C61041;
}
.TagClassName
{
border-color: #C61041;
}
</style>