Shades of Cardinal #C71742
Tints of Cardinal #C71742
RGB
CMYK
RGB Variations
Color information
#C71742 (or 0xC71742) is known color: Cardinal. HEX triplet: C7, 17 and 42. RGB value is (199,23,66). Sum of RGB (Red+Green+Blue) = 199+23+66=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C71742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71742 is #38E8BD. Grayscale: #505050. Windows color (decimal): -3729598 or 4331463. OLE color: 4331463.
HSL color Cylindrical-coordinate representation of color #C71742: hue angle of 345.34º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71742 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 66 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.22 |
| HSL | 345.34º | 0.79% | 0.44% | - |
| HSV(B) | 345.34º | 0.88% | 0.78% | - |
| XYZ | 24.84 | 13.15 | 6.38 | - |
| YUV | 80.53 | 119.81 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 66 | 0 | 0.88 | 0.67 | 0.22 | 345.34 | 0.79 | 0.44 |
| Hex | C7 | 17 | 42 | 0 | 58 | 43 | 16 | 159 | 4F | 2C |
| Octal | 307 | 27 | 102 | 0 | 130 | 103 | 26 | 531 | 117 | 54 |
| Binary | 11000111 | 10111 | 1000010 | 0 | 1011000 | 1000011 | 10110 | 101011001 | 1001111 | 101100 |
Color Harmonies of #C71742
Complementary color
Monochromatic Colors of #C71742
Black with #C71742
Text Example
Text Example
White with #C71742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71742; }
p { color: rgb(199,23,66); }
H1.HeaderClassName
{
color: #C71742;
}
.AnyTagClassName
{
color: #C71742;
}
</style>
background-color css
<style>
a { background-color: #C71742; }
a { background-color: rgb(199,23,66); }
div.DivClassName
{
background-color: #C71742;
}
.BgClassName
{
background-color: #C71742;
}
</style>
border-color css
<style>
span { border-color: #C71742; }
span { border-color: rgb(199,23,66); }
td.TdClassName
{
border-color: #C71742;
}
.TagClassName
{
border-color: #C71742;
}
</style>