Shades of Cardinal #C71135
Tints of Cardinal #C71135
RGB
CMYK
RGB Variations
Color information
#C71135 (or 0xC71135) is known color: Cardinal. HEX triplet: C7, 11 and 35. RGB value is (199,17,53). Sum of RGB (Red+Green+Blue) = 199+17+53=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C71135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71135 is #38EECA. Grayscale: #4B4B4B. Windows color (decimal): -3731147 or 3477959. OLE color: 3477959.
HSL color Cylindrical-coordinate representation of color #C71135: hue angle of 348.13º 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 #C71135 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 53 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.22 |
| HSL | 348.13º | 0.84% | 0.42% | - |
| HSV(B) | 348.13º | 0.91% | 0.78% | - |
| XYZ | 24.4 | 12.8 | 4.55 | - |
| YUV | 75.52 | 115.3 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 53 | 0 | 0.91 | 0.73 | 0.22 | 348.13 | 0.84 | 0.42 |
| Hex | C7 | 11 | 35 | 0 | 5B | 49 | 16 | 15C | 54 | 2A |
| Octal | 307 | 21 | 65 | 0 | 133 | 111 | 26 | 534 | 124 | 52 |
| Binary | 11000111 | 10001 | 110101 | 0 | 1011011 | 1001001 | 10110 | 101011100 | 1010100 | 101010 |
Color Harmonies of #C71135
Complementary color
Monochromatic Colors of #C71135
Black with #C71135
Text Example
Text Example
White with #C71135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71135; }
p { color: rgb(199,17,53); }
H1.HeaderClassName
{
color: #C71135;
}
.AnyTagClassName
{
color: #C71135;
}
</style>
background-color css
<style>
a { background-color: #C71135; }
a { background-color: rgb(199,17,53); }
div.DivClassName
{
background-color: #C71135;
}
.BgClassName
{
background-color: #C71135;
}
</style>
border-color css
<style>
span { border-color: #C71135; }
span { border-color: rgb(199,17,53); }
td.TdClassName
{
border-color: #C71135;
}
.TagClassName
{
border-color: #C71135;
}
</style>