Shades of Cardinal #C60D34
Tints of Cardinal #C60D34
RGB
CMYK
RGB Variations
Color information
#C60D34 (or 0xC60D34) is known color: Cardinal. HEX triplet: C6, 0D and 34. RGB value is (198,13,52). Sum of RGB (Red+Green+Blue) = 198+13+52=263 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.29% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60D34 is #39F2CB. Grayscale: #484848. Windows color (decimal): -3797708 or 3411398. OLE color: 3411398.
HSL color Cylindrical-coordinate representation of color #C60D34: hue angle of 347.35º 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 #C60D34 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 13 | 52 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.22 |
| HSL | 347.35º | 0.88% | 0.41% | - |
| HSV(B) | 347.35º | 0.93% | 0.78% | - |
| XYZ | 24.05 | 12.54 | 4.4 | - |
| YUV | 72.76 | 116.29 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 52 | 0 | 0.93 | 0.74 | 0.22 | 347.35 | 0.88 | 0.41 |
| Hex | C6 | D | 34 | 0 | 5D | 4A | 16 | 15B | 58 | 29 |
| Octal | 306 | 15 | 64 | 0 | 135 | 112 | 26 | 533 | 130 | 51 |
| Binary | 11000110 | 1101 | 110100 | 0 | 1011101 | 1001010 | 10110 | 101011011 | 1011000 | 101001 |
Color Harmonies of #C60D34
Complementary color
Monochromatic Colors of #C60D34
Black with #C60D34
Text Example
Text Example
White with #C60D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60D34; }
p { color: rgb(198,13,52); }
H1.HeaderClassName
{
color: #C60D34;
}
.AnyTagClassName
{
color: #C60D34;
}
</style>
background-color css
<style>
a { background-color: #C60D34; }
a { background-color: rgb(198,13,52); }
div.DivClassName
{
background-color: #C60D34;
}
.BgClassName
{
background-color: #C60D34;
}
</style>
border-color css
<style>
span { border-color: #C60D34; }
span { border-color: rgb(198,13,52); }
td.TdClassName
{
border-color: #C60D34;
}
.TagClassName
{
border-color: #C60D34;
}
</style>