Shades of Cardinal #C61742
Tints of Cardinal #C61742
RGB
CMYK
RGB Variations
Color information
#C61742 (or 0xC61742) is known color: Cardinal. HEX triplet: C6, 17 and 42. RGB value is (198,23,66). Sum of RGB (Red+Green+Blue) = 198+23+66=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C61742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61742 is #39E8BD. Grayscale: #505050. Windows color (decimal): -3795134 or 4331462. OLE color: 4331462.
HSL color Cylindrical-coordinate representation of color #C61742: hue angle of 345.26º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61742 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 66 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.22 |
| HSL | 345.26º | 0.79% | 0.43% | - |
| HSV(B) | 345.26º | 0.88% | 0.78% | - |
| XYZ | 24.58 | 13.01 | 6.37 | - |
| YUV | 80.23 | 119.98 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 66 | 0 | 0.88 | 0.67 | 0.22 | 345.26 | 0.79 | 0.43 |
| Hex | C6 | 17 | 42 | 0 | 58 | 43 | 16 | 159 | 4F | 2B |
| Octal | 306 | 27 | 102 | 0 | 130 | 103 | 26 | 531 | 117 | 53 |
| Binary | 11000110 | 10111 | 1000010 | 0 | 1011000 | 1000011 | 10110 | 101011001 | 1001111 | 101011 |
Color Harmonies of #C61742
Complementary color
Monochromatic Colors of #C61742
Black with #C61742
Text Example
Text Example
White with #C61742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61742; }
p { color: rgb(198,23,66); }
H1.HeaderClassName
{
color: #C61742;
}
.AnyTagClassName
{
color: #C61742;
}
</style>
background-color css
<style>
a { background-color: #C61742; }
a { background-color: rgb(198,23,66); }
div.DivClassName
{
background-color: #C61742;
}
.BgClassName
{
background-color: #C61742;
}
</style>
border-color css
<style>
span { border-color: #C61742; }
span { border-color: rgb(198,23,66); }
td.TdClassName
{
border-color: #C61742;
}
.TagClassName
{
border-color: #C61742;
}
</style>