Shades of Cardinal #C60236
Tints of Cardinal #C60236
RGB
CMYK
RGB Variations
Color information
#C60236 (or 0xC60236) is known color: Cardinal. HEX triplet: C6, 02 and 36. RGB value is (198,2,54). Sum of RGB (Red+Green+Blue) = 198+2+54=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C60236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60236 is #39FDC9. Grayscale: #424242. Windows color (decimal): -3800522 or 3539654. OLE color: 3539654.
HSL color Cylindrical-coordinate representation of color #C60236: hue angle of 344.08º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60236 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 54 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.22 |
| HSL | 344.08º | 0.98% | 0.39% | - |
| HSV(B) | 344.08º | 0.99% | 0.78% | - |
| XYZ | 23.98 | 12.32 | 4.6 | - |
| YUV | 66.53 | 120.93 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 54 | 0 | 0.99 | 0.73 | 0.22 | 344.08 | 0.98 | 0.39 |
| Hex | C6 | 2 | 36 | 0 | 63 | 49 | 16 | 158 | 62 | 27 |
| Octal | 306 | 2 | 66 | 0 | 143 | 111 | 26 | 530 | 142 | 47 |
| Binary | 11000110 | 10 | 110110 | 0 | 1100011 | 1001001 | 10110 | 101011000 | 1100010 | 100111 |
Color Harmonies of #C60236
Complementary color
Monochromatic Colors of #C60236
Black with #C60236
Text Example
Text Example
White with #C60236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60236; }
p { color: rgb(198,2,54); }
H1.HeaderClassName
{
color: #C60236;
}
.AnyTagClassName
{
color: #C60236;
}
</style>
background-color css
<style>
a { background-color: #C60236; }
a { background-color: rgb(198,2,54); }
div.DivClassName
{
background-color: #C60236;
}
.BgClassName
{
background-color: #C60236;
}
</style>
border-color css
<style>
span { border-color: #C60236; }
span { border-color: rgb(198,2,54); }
td.TdClassName
{
border-color: #C60236;
}
.TagClassName
{
border-color: #C60236;
}
</style>