Shades of Cardinal #C71E46
Tints of Cardinal #C71E46
RGB
CMYK
RGB Variations
Color information
#C71E46 (or 0xC71E46) is known color: Cardinal. HEX triplet: C7, 1E and 46. RGB value is (199,30,70). Sum of RGB (Red+Green+Blue) = 199+30+70=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71E46 is #38E1B9. Grayscale: #555555. Windows color (decimal): -3727802 or 4595399. OLE color: 4595399.
HSL color Cylindrical-coordinate representation of color #C71E46: hue angle of 345.8º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71E46 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 30 | 70 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.22 |
| HSL | 345.8º | 0.74% | 0.45% | - |
| HSV(B) | 345.8º | 0.85% | 0.78% | - |
| XYZ | 25.12 | 13.51 | 7.08 | - |
| YUV | 85.09 | 119.49 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 70 | 0 | 0.85 | 0.65 | 0.22 | 345.8 | 0.74 | 0.45 |
| Hex | C7 | 1E | 46 | 0 | 55 | 41 | 16 | 15A | 4A | 2D |
| Octal | 307 | 36 | 106 | 0 | 125 | 101 | 26 | 532 | 112 | 55 |
| Binary | 11000111 | 11110 | 1000110 | 0 | 1010101 | 1000001 | 10110 | 101011010 | 1001010 | 101101 |
Color Harmonies of #C71E46
Complementary color
Monochromatic Colors of #C71E46
Black with #C71E46
Text Example
Text Example
White with #C71E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71E46; }
p { color: rgb(199,30,70); }
H1.HeaderClassName
{
color: #C71E46;
}
.AnyTagClassName
{
color: #C71E46;
}
</style>
background-color css
<style>
a { background-color: #C71E46; }
a { background-color: rgb(199,30,70); }
div.DivClassName
{
background-color: #C71E46;
}
.BgClassName
{
background-color: #C71E46;
}
</style>
border-color css
<style>
span { border-color: #C71E46; }
span { border-color: rgb(199,30,70); }
td.TdClassName
{
border-color: #C71E46;
}
.TagClassName
{
border-color: #C71E46;
}
</style>