Shades of Cardinal #C7134F
Tints of Cardinal #C7134F
RGB
CMYK
RGB Variations
Color information
#C7134F (or 0xC7134F) is known color: Cardinal. HEX triplet: C7, 13 and 4F. RGB value is (199,19,79). Sum of RGB (Red+Green+Blue) = 199+19+79=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C7134F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7134F is #38ECB0. Grayscale: #4F4F4F. Windows color (decimal): -3730609 or 5182407. OLE color: 5182407.
HSL color Cylindrical-coordinate representation of color #C7134F: hue angle of 340º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7134F is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 19 | 79 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.22 |
| HSL | 340º | 0.83% | 0.43% | - |
| HSV(B) | 340º | 0.9% | 0.78% | - |
| XYZ | 25.2 | 13.17 | 8.61 | - |
| YUV | 79.66 | 127.63 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 79 | 0 | 0.90 | 0.60 | 0.22 | 340 | 0.83 | 0.43 |
| Hex | C7 | 13 | 4F | 0 | 5A | 3C | 16 | 154 | 53 | 2B |
| Octal | 307 | 23 | 117 | 0 | 132 | 74 | 26 | 524 | 123 | 53 |
| Binary | 11000111 | 10011 | 1001111 | 0 | 1011010 | 111100 | 10110 | 101010100 | 1010011 | 101011 |
Color Harmonies of #C7134F
Complementary color
Monochromatic Colors of #C7134F
Black with #C7134F
Text Example
Text Example
White with #C7134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7134F; }
p { color: rgb(199,19,79); }
H1.HeaderClassName
{
color: #C7134F;
}
.AnyTagClassName
{
color: #C7134F;
}
</style>
background-color css
<style>
a { background-color: #C7134F; }
a { background-color: rgb(199,19,79); }
div.DivClassName
{
background-color: #C7134F;
}
.BgClassName
{
background-color: #C7134F;
}
</style>
border-color css
<style>
span { border-color: #C7134F; }
span { border-color: rgb(199,19,79); }
td.TdClassName
{
border-color: #C7134F;
}
.TagClassName
{
border-color: #C7134F;
}
</style>