Shades of Cardinal #C60338
Tints of Cardinal #C60338
RGB
CMYK
RGB Variations
Color information
#C60338 (or 0xC60338) is known color: Cardinal. HEX triplet: C6, 03 and 38. RGB value is (198,3,56). Sum of RGB (Red+Green+Blue) = 198+3+56=257 (34% of max value = 765). Red value is 198 (77.73% from 255 or 77.04% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 198 - color contains mainly: red. Hex color #C60338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60338 is #39FCC7. Grayscale: #434343. Windows color (decimal): -3800264 or 3670982. OLE color: 3670982.
HSL color Cylindrical-coordinate representation of color #C60338: hue angle of 343.69º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60338 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 56 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.22 |
| HSL | 343.69º | 0.97% | 0.39% | - |
| HSV(B) | 343.69º | 0.98% | 0.78% | - |
| XYZ | 24.04 | 12.36 | 4.86 | - |
| YUV | 67.35 | 121.6 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 56 | 0 | 0.98 | 0.72 | 0.22 | 343.69 | 0.97 | 0.39 |
| Hex | C6 | 3 | 38 | 0 | 62 | 48 | 16 | 158 | 61 | 27 |
| Octal | 306 | 3 | 70 | 0 | 142 | 110 | 26 | 530 | 141 | 47 |
| Binary | 11000110 | 11 | 111000 | 0 | 1100010 | 1001000 | 10110 | 101011000 | 1100001 | 100111 |
Color Harmonies of #C60338
Complementary color
Monochromatic Colors of #C60338
Black with #C60338
Text Example
Text Example
White with #C60338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60338; }
p { color: rgb(198,3,56); }
H1.HeaderClassName
{
color: #C60338;
}
.AnyTagClassName
{
color: #C60338;
}
</style>
background-color css
<style>
a { background-color: #C60338; }
a { background-color: rgb(198,3,56); }
div.DivClassName
{
background-color: #C60338;
}
.BgClassName
{
background-color: #C60338;
}
</style>
border-color css
<style>
span { border-color: #C60338; }
span { border-color: rgb(198,3,56); }
td.TdClassName
{
border-color: #C60338;
}
.TagClassName
{
border-color: #C60338;
}
</style>