Shades of Cardinal #C61342
Tints of Cardinal #C61342
RGB
CMYK
RGB Variations
Color information
#C61342 (or 0xC61342) is known color: Cardinal. HEX triplet: C6, 13 and 42. RGB value is (198,19,66). Sum of RGB (Red+Green+Blue) = 198+19+66=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C61342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61342 is #39ECBD. Grayscale: #4D4D4D. Windows color (decimal): -3796158 or 4330438. OLE color: 4330438.
HSL color Cylindrical-coordinate representation of color #C61342: hue angle of 344.25º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61342 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 66 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.22 |
| HSL | 344.25º | 0.82% | 0.43% | - |
| HSV(B) | 344.25º | 0.9% | 0.78% | - |
| XYZ | 24.5 | 12.86 | 6.35 | - |
| YUV | 77.88 | 121.3 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 66 | 0 | 0.90 | 0.67 | 0.22 | 344.25 | 0.82 | 0.43 |
| Hex | C6 | 13 | 42 | 0 | 5A | 43 | 16 | 158 | 52 | 2B |
| Octal | 306 | 23 | 102 | 0 | 132 | 103 | 26 | 530 | 122 | 53 |
| Binary | 11000110 | 10011 | 1000010 | 0 | 1011010 | 1000011 | 10110 | 101011000 | 1010010 | 101011 |
Color Harmonies of #C61342
Complementary color
Monochromatic Colors of #C61342
Black with #C61342
Text Example
Text Example
White with #C61342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61342; }
p { color: rgb(198,19,66); }
H1.HeaderClassName
{
color: #C61342;
}
.AnyTagClassName
{
color: #C61342;
}
</style>
background-color css
<style>
a { background-color: #C61342; }
a { background-color: rgb(198,19,66); }
div.DivClassName
{
background-color: #C61342;
}
.BgClassName
{
background-color: #C61342;
}
</style>
border-color css
<style>
span { border-color: #C61342; }
span { border-color: rgb(198,19,66); }
td.TdClassName
{
border-color: #C61342;
}
.TagClassName
{
border-color: #C61342;
}
</style>