Shades of Cardinal #C71137
Tints of Cardinal #C71137
RGB
CMYK
RGB Variations
Color information
#C71137 (or 0xC71137) is known color: Cardinal. HEX triplet: C7, 11 and 37. RGB value is (199,17,55). Sum of RGB (Red+Green+Blue) = 199+17+55=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C71137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71137 is #38EEC8. Grayscale: #4B4B4B. Windows color (decimal): -3731145 or 3609031. OLE color: 3609031.
HSL color Cylindrical-coordinate representation of color #C71137: hue angle of 347.47º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71137 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 55 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.22 |
| HSL | 347.47º | 0.84% | 0.42% | - |
| HSV(B) | 347.47º | 0.91% | 0.78% | - |
| XYZ | 24.44 | 12.82 | 4.8 | - |
| YUV | 75.75 | 116.3 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 55 | 0 | 0.91 | 0.72 | 0.22 | 347.47 | 0.84 | 0.42 |
| Hex | C7 | 11 | 37 | 0 | 5B | 48 | 16 | 15B | 54 | 2A |
| Octal | 307 | 21 | 67 | 0 | 133 | 110 | 26 | 533 | 124 | 52 |
| Binary | 11000111 | 10001 | 110111 | 0 | 1011011 | 1001000 | 10110 | 101011011 | 1010100 | 101010 |
Color Harmonies of #C71137
Complementary color
Monochromatic Colors of #C71137
Black with #C71137
Text Example
Text Example
White with #C71137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71137; }
p { color: rgb(199,17,55); }
H1.HeaderClassName
{
color: #C71137;
}
.AnyTagClassName
{
color: #C71137;
}
</style>
background-color css
<style>
a { background-color: #C71137; }
a { background-color: rgb(199,17,55); }
div.DivClassName
{
background-color: #C71137;
}
.BgClassName
{
background-color: #C71137;
}
</style>
border-color css
<style>
span { border-color: #C71137; }
span { border-color: rgb(199,17,55); }
td.TdClassName
{
border-color: #C71137;
}
.TagClassName
{
border-color: #C71137;
}
</style>