Shades of Cardinal #C60E4B
Tints of Cardinal #C60E4B
RGB
CMYK
RGB Variations
Color information
#C60E4B (or 0xC60E4B) is known color: Cardinal. HEX triplet: C6, 0E and 4B. RGB value is (198,14,75). Sum of RGB (Red+Green+Blue) = 198+14+75=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C60E4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60E4B is #39F1B4. Grayscale: #4B4B4B. Windows color (decimal): -3797429 or 4918982. OLE color: 4918982.
HSL color Cylindrical-coordinate representation of color #C60E4B: hue angle of 340.11º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60E4B is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 14 | 75 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.22 |
| HSL | 340.11º | 0.87% | 0.42% | - |
| HSV(B) | 340.11º | 0.93% | 0.78% | - |
| XYZ | 24.72 | 12.83 | 7.83 | - |
| YUV | 75.97 | 127.46 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 14 | 75 | 0 | 0.93 | 0.62 | 0.22 | 340.11 | 0.87 | 0.42 |
| Hex | C6 | E | 4B | 0 | 5D | 3E | 16 | 154 | 57 | 2A |
| Octal | 306 | 16 | 113 | 0 | 135 | 76 | 26 | 524 | 127 | 52 |
| Binary | 11000110 | 1110 | 1001011 | 0 | 1011101 | 111110 | 10110 | 101010100 | 1010111 | 101010 |
Color Harmonies of #C60E4B
Complementary color
Monochromatic Colors of #C60E4B
Black with #C60E4B
Text Example
Text Example
White with #C60E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60E4B; }
p { color: rgb(198,14,75); }
H1.HeaderClassName
{
color: #C60E4B;
}
.AnyTagClassName
{
color: #C60E4B;
}
</style>
background-color css
<style>
a { background-color: #C60E4B; }
a { background-color: rgb(198,14,75); }
div.DivClassName
{
background-color: #C60E4B;
}
.BgClassName
{
background-color: #C60E4B;
}
</style>
border-color css
<style>
span { border-color: #C60E4B; }
span { border-color: rgb(198,14,75); }
td.TdClassName
{
border-color: #C60E4B;
}
.TagClassName
{
border-color: #C60E4B;
}
</style>