Shades of Cardinal #C71132
Tints of Cardinal #C71132
RGB
CMYK
RGB Variations
Color information
#C71132 (or 0xC71132) is known color: Cardinal. HEX triplet: C7, 11 and 32. RGB value is (199,17,50). Sum of RGB (Red+Green+Blue) = 199+17+50=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C71132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71132 is #38EECD. Grayscale: #4B4B4B. Windows color (decimal): -3731150 or 3281351. OLE color: 3281351.
HSL color Cylindrical-coordinate representation of color #C71132: hue angle of 349.12º 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 #C71132 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 50 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.22 |
| HSL | 349.12º | 0.84% | 0.42% | - |
| HSV(B) | 349.12º | 0.91% | 0.78% | - |
| XYZ | 24.33 | 12.77 | 4.2 | - |
| YUV | 75.18 | 113.8 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 50 | 0 | 0.91 | 0.75 | 0.22 | 349.12 | 0.84 | 0.42 |
| Hex | C7 | 11 | 32 | 0 | 5B | 4B | 16 | 15D | 54 | 2A |
| Octal | 307 | 21 | 62 | 0 | 133 | 113 | 26 | 535 | 124 | 52 |
| Binary | 11000111 | 10001 | 110010 | 0 | 1011011 | 1001011 | 10110 | 101011101 | 1010100 | 101010 |
Color Harmonies of #C71132
Complementary color
Monochromatic Colors of #C71132
Black with #C71132
Text Example
Text Example
White with #C71132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71132; }
p { color: rgb(199,17,50); }
H1.HeaderClassName
{
color: #C71132;
}
.AnyTagClassName
{
color: #C71132;
}
</style>
background-color css
<style>
a { background-color: #C71132; }
a { background-color: rgb(199,17,50); }
div.DivClassName
{
background-color: #C71132;
}
.BgClassName
{
background-color: #C71132;
}
</style>
border-color css
<style>
span { border-color: #C71132; }
span { border-color: rgb(199,17,50); }
td.TdClassName
{
border-color: #C71132;
}
.TagClassName
{
border-color: #C71132;
}
</style>