Shades of Cardinal #C71A49
Tints of Cardinal #C71A49
RGB
CMYK
RGB Variations
Color information
#C71A49 (or 0xC71A49) is known color: Cardinal. HEX triplet: C7, 1A and 49. RGB value is (199,26,73). Sum of RGB (Red+Green+Blue) = 199+26+73=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71A49 is #38E5B6. Grayscale: #535353. Windows color (decimal): -3728823 or 4790983. OLE color: 4790983.
HSL color Cylindrical-coordinate representation of color #C71A49: hue angle of 343.7º 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 #C71A49 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 26 | 73 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.22 |
| HSL | 343.7º | 0.77% | 0.44% | - |
| HSV(B) | 343.7º | 0.87% | 0.78% | - |
| XYZ | 25.13 | 13.36 | 7.56 | - |
| YUV | 83.09 | 122.31 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 73 | 0 | 0.87 | 0.63 | 0.22 | 343.7 | 0.77 | 0.44 |
| Hex | C7 | 1A | 49 | 0 | 57 | 3F | 16 | 158 | 4D | 2C |
| Octal | 307 | 32 | 111 | 0 | 127 | 77 | 26 | 530 | 115 | 54 |
| Binary | 11000111 | 11010 | 1001001 | 0 | 1010111 | 111111 | 10110 | 101011000 | 1001101 | 101100 |
Color Harmonies of #C71A49
Complementary color
Monochromatic Colors of #C71A49
Black with #C71A49
Text Example
Text Example
White with #C71A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71A49; }
p { color: rgb(199,26,73); }
H1.HeaderClassName
{
color: #C71A49;
}
.AnyTagClassName
{
color: #C71A49;
}
</style>
background-color css
<style>
a { background-color: #C71A49; }
a { background-color: rgb(199,26,73); }
div.DivClassName
{
background-color: #C71A49;
}
.BgClassName
{
background-color: #C71A49;
}
</style>
border-color css
<style>
span { border-color: #C71A49; }
span { border-color: rgb(199,26,73); }
td.TdClassName
{
border-color: #C71A49;
}
.TagClassName
{
border-color: #C71A49;
}
</style>