Shades of Cardinal #C71642
Tints of Cardinal #C71642
RGB
CMYK
RGB Variations
Color information
#C71642 (or 0xC71642) is known color: Cardinal. HEX triplet: C7, 16 and 42. RGB value is (199,22,66). Sum of RGB (Red+Green+Blue) = 199+22+66=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C71642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71642 is #38E9BD. Grayscale: #4F4F4F. Windows color (decimal): -3729854 or 4331207. OLE color: 4331207.
HSL color Cylindrical-coordinate representation of color #C71642: hue angle of 345.08º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71642 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 66 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.22 |
| HSL | 345.08º | 0.8% | 0.43% | - |
| HSV(B) | 345.08º | 0.89% | 0.78% | - |
| XYZ | 24.82 | 13.11 | 6.38 | - |
| YUV | 79.94 | 120.14 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 66 | 0 | 0.89 | 0.67 | 0.22 | 345.08 | 0.8 | 0.43 |
| Hex | C7 | 16 | 42 | 0 | 59 | 43 | 16 | 159 | 50 | 2B |
| Octal | 307 | 26 | 102 | 0 | 131 | 103 | 26 | 531 | 120 | 53 |
| Binary | 11000111 | 10110 | 1000010 | 0 | 1011001 | 1000011 | 10110 | 101011001 | 1010000 | 101011 |
Color Harmonies of #C71642
Complementary color
Monochromatic Colors of #C71642
Black with #C71642
Text Example
Text Example
White with #C71642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71642; }
p { color: rgb(199,22,66); }
H1.HeaderClassName
{
color: #C71642;
}
.AnyTagClassName
{
color: #C71642;
}
</style>
background-color css
<style>
a { background-color: #C71642; }
a { background-color: rgb(199,22,66); }
div.DivClassName
{
background-color: #C71642;
}
.BgClassName
{
background-color: #C71642;
}
</style>
border-color css
<style>
span { border-color: #C71642; }
span { border-color: rgb(199,22,66); }
td.TdClassName
{
border-color: #C71642;
}
.TagClassName
{
border-color: #C71642;
}
</style>