Shades of Cardinal #C71A46
Tints of Cardinal #C71A46
RGB
CMYK
RGB Variations
Color information
#C71A46 (or 0xC71A46) is known color: Cardinal. HEX triplet: C7, 1A and 46. RGB value is (199,26,70). Sum of RGB (Red+Green+Blue) = 199+26+70=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71A46 is #38E5B9. Grayscale: #525252. Windows color (decimal): -3728826 or 4594375. OLE color: 4594375.
HSL color Cylindrical-coordinate representation of color #C71A46: hue angle of 344.74º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71A46 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 26 | 70 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.22 |
| HSL | 344.74º | 0.77% | 0.44% | - |
| HSV(B) | 344.74º | 0.87% | 0.78% | - |
| XYZ | 25.03 | 13.32 | 7.05 | - |
| YUV | 82.74 | 120.81 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 70 | 0 | 0.87 | 0.65 | 0.22 | 344.74 | 0.77 | 0.44 |
| Hex | C7 | 1A | 46 | 0 | 57 | 41 | 16 | 159 | 4D | 2C |
| Octal | 307 | 32 | 106 | 0 | 127 | 101 | 26 | 531 | 115 | 54 |
| Binary | 11000111 | 11010 | 1000110 | 0 | 1010111 | 1000001 | 10110 | 101011001 | 1001101 | 101100 |
Color Harmonies of #C71A46
Complementary color
Monochromatic Colors of #C71A46
Black with #C71A46
Text Example
Text Example
White with #C71A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71A46; }
p { color: rgb(199,26,70); }
H1.HeaderClassName
{
color: #C71A46;
}
.AnyTagClassName
{
color: #C71A46;
}
</style>
background-color css
<style>
a { background-color: #C71A46; }
a { background-color: rgb(199,26,70); }
div.DivClassName
{
background-color: #C71A46;
}
.BgClassName
{
background-color: #C71A46;
}
</style>
border-color css
<style>
span { border-color: #C71A46; }
span { border-color: rgb(199,26,70); }
td.TdClassName
{
border-color: #C71A46;
}
.TagClassName
{
border-color: #C71A46;
}
</style>