Shades of Cardinal #C60F44
Tints of Cardinal #C60F44
RGB
CMYK
RGB Variations
Color information
#C60F44 (or 0xC60F44) is known color: Cardinal. HEX triplet: C6, 0F and 44. RGB value is (198,15,68). Sum of RGB (Red+Green+Blue) = 198+15+68=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60F44 is #39F0BB. Grayscale: #4B4B4B. Windows color (decimal): -3797180 or 4460486. OLE color: 4460486.
HSL color Cylindrical-coordinate representation of color #C60F44: hue angle of 342.62º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C60F44 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 68 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.22 |
| HSL | 342.62º | 0.86% | 0.42% | - |
| HSV(B) | 342.62º | 0.92% | 0.78% | - |
| XYZ | 24.5 | 12.76 | 6.64 | - |
| YUV | 75.76 | 123.63 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 68 | 0 | 0.92 | 0.66 | 0.22 | 342.62 | 0.86 | 0.42 |
| Hex | C6 | F | 44 | 0 | 5C | 42 | 16 | 157 | 56 | 2A |
| Octal | 306 | 17 | 104 | 0 | 134 | 102 | 26 | 527 | 126 | 52 |
| Binary | 11000110 | 1111 | 1000100 | 0 | 1011100 | 1000010 | 10110 | 101010111 | 1010110 | 101010 |
Color Harmonies of #C60F44
Complementary color
Monochromatic Colors of #C60F44
Black with #C60F44
Text Example
Text Example
White with #C60F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60F44; }
p { color: rgb(198,15,68); }
H1.HeaderClassName
{
color: #C60F44;
}
.AnyTagClassName
{
color: #C60F44;
}
</style>
background-color css
<style>
a { background-color: #C60F44; }
a { background-color: rgb(198,15,68); }
div.DivClassName
{
background-color: #C60F44;
}
.BgClassName
{
background-color: #C60F44;
}
</style>
border-color css
<style>
span { border-color: #C60F44; }
span { border-color: rgb(198,15,68); }
td.TdClassName
{
border-color: #C60F44;
}
.TagClassName
{
border-color: #C60F44;
}
</style>