Shades of Cardinal #C61A41
Tints of Cardinal #C61A41
RGB
CMYK
RGB Variations
Color information
#C61A41 (or 0xC61A41) is known color: Cardinal. HEX triplet: C6, 1A and 41. RGB value is (198,26,65). Sum of RGB (Red+Green+Blue) = 198+26+65=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61A41 is #39E5BE. Grayscale: #515151. Windows color (decimal): -3794367 or 4266694. OLE color: 4266694.
HSL color Cylindrical-coordinate representation of color #C61A41: hue angle of 346.4º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61A41 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 65 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.22 |
| HSL | 346.4º | 0.77% | 0.44% | - |
| HSV(B) | 346.4º | 0.87% | 0.78% | - |
| XYZ | 24.61 | 13.13 | 6.24 | - |
| YUV | 81.87 | 118.48 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 65 | 0 | 0.87 | 0.67 | 0.22 | 346.4 | 0.77 | 0.44 |
| Hex | C6 | 1A | 41 | 0 | 57 | 43 | 16 | 15A | 4D | 2C |
| Octal | 306 | 32 | 101 | 0 | 127 | 103 | 26 | 532 | 115 | 54 |
| Binary | 11000110 | 11010 | 1000001 | 0 | 1010111 | 1000011 | 10110 | 101011010 | 1001101 | 101100 |
Color Harmonies of #C61A41
Complementary color
Monochromatic Colors of #C61A41
Black with #C61A41
Text Example
Text Example
White with #C61A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61A41; }
p { color: rgb(198,26,65); }
H1.HeaderClassName
{
color: #C61A41;
}
.AnyTagClassName
{
color: #C61A41;
}
</style>
background-color css
<style>
a { background-color: #C61A41; }
a { background-color: rgb(198,26,65); }
div.DivClassName
{
background-color: #C61A41;
}
.BgClassName
{
background-color: #C61A41;
}
</style>
border-color css
<style>
span { border-color: #C61A41; }
span { border-color: rgb(198,26,65); }
td.TdClassName
{
border-color: #C61A41;
}
.TagClassName
{
border-color: #C61A41;
}
</style>