Shades of Cardinal #C60B41
Tints of Cardinal #C60B41
RGB
CMYK
RGB Variations
Color information
#C60B41 (or 0xC60B41) is known color: Cardinal. HEX triplet: C6, 0B and 41. RGB value is (198,11,65). Sum of RGB (Red+Green+Blue) = 198+11+65=274 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.26% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60B41 is #39F4BE. Grayscale: #494949. Windows color (decimal): -3798207 or 4262854. OLE color: 4262854.
HSL color Cylindrical-coordinate representation of color #C60B41: hue angle of 342.67º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60B41 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 11 | 65 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.22 |
| HSL | 342.67º | 0.89% | 0.41% | - |
| HSV(B) | 342.67º | 0.94% | 0.78% | - |
| XYZ | 24.36 | 12.63 | 6.15 | - |
| YUV | 73.07 | 123.45 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 65 | 0 | 0.94 | 0.67 | 0.22 | 342.67 | 0.89 | 0.41 |
| Hex | C6 | B | 41 | 0 | 5E | 43 | 16 | 157 | 59 | 29 |
| Octal | 306 | 13 | 101 | 0 | 136 | 103 | 26 | 527 | 131 | 51 |
| Binary | 11000110 | 1011 | 1000001 | 0 | 1011110 | 1000011 | 10110 | 101010111 | 1011001 | 101001 |
Color Harmonies of #C60B41
Complementary color
Monochromatic Colors of #C60B41
Black with #C60B41
Text Example
Text Example
White with #C60B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60B41; }
p { color: rgb(198,11,65); }
H1.HeaderClassName
{
color: #C60B41;
}
.AnyTagClassName
{
color: #C60B41;
}
</style>
background-color css
<style>
a { background-color: #C60B41; }
a { background-color: rgb(198,11,65); }
div.DivClassName
{
background-color: #C60B41;
}
.BgClassName
{
background-color: #C60B41;
}
</style>
border-color css
<style>
span { border-color: #C60B41; }
span { border-color: rgb(198,11,65); }
td.TdClassName
{
border-color: #C60B41;
}
.TagClassName
{
border-color: #C60B41;
}
</style>