Shades of Cardinal #C60D2E
Tints of Cardinal #C60D2E
RGB
CMYK
RGB Variations
Color information
#C60D2E (or 0xC60D2E) is known color: Cardinal. HEX triplet: C6, 0D and 2E. RGB value is (198,13,46). Sum of RGB (Red+Green+Blue) = 198+13+46=257 (34% of max value = 765). Red value is 198 (77.73% from 255 or 77.04% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60D2E is #39F2D1. Grayscale: #484848. Windows color (decimal): -3797714 or 3018182. OLE color: 3018182.
HSL color Cylindrical-coordinate representation of color #C60D2E: hue angle of 349.3º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60D2E is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 13 | 46 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.22 |
| HSL | 349.3º | 0.88% | 0.41% | - |
| HSV(B) | 349.3º | 0.93% | 0.78% | - |
| XYZ | 23.93 | 12.49 | 3.73 | - |
| YUV | 72.08 | 113.29 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 46 | 0 | 0.93 | 0.77 | 0.22 | 349.3 | 0.88 | 0.41 |
| Hex | C6 | D | 2E | 0 | 5D | 4D | 16 | 15D | 58 | 29 |
| Octal | 306 | 15 | 56 | 0 | 135 | 115 | 26 | 535 | 130 | 51 |
| Binary | 11000110 | 1101 | 101110 | 0 | 1011101 | 1001101 | 10110 | 101011101 | 1011000 | 101001 |
Color Harmonies of #C60D2E
Complementary color
Monochromatic Colors of #C60D2E
Black with #C60D2E
Text Example
Text Example
White with #C60D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60D2E; }
p { color: rgb(198,13,46); }
H1.HeaderClassName
{
color: #C60D2E;
}
.AnyTagClassName
{
color: #C60D2E;
}
</style>
background-color css
<style>
a { background-color: #C60D2E; }
a { background-color: rgb(198,13,46); }
div.DivClassName
{
background-color: #C60D2E;
}
.BgClassName
{
background-color: #C60D2E;
}
</style>
border-color css
<style>
span { border-color: #C60D2E; }
span { border-color: rgb(198,13,46); }
td.TdClassName
{
border-color: #C60D2E;
}
.TagClassName
{
border-color: #C60D2E;
}
</style>