Shades of Cardinal #C71A3E
Tints of Cardinal #C71A3E
RGB
CMYK
RGB Variations
Color information
#C71A3E (or 0xC71A3E) is known color: Cardinal. HEX triplet: C7, 1A and 3E. RGB value is (199,26,62). Sum of RGB (Red+Green+Blue) = 199+26+62=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71A3E is #38E5C1. Grayscale: #515151. Windows color (decimal): -3728834 or 4070087. OLE color: 4070087.
HSL color Cylindrical-coordinate representation of color #C71A3E: hue angle of 347.51º 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 #C71A3E is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 26 | 62 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.22 |
| HSL | 347.51º | 0.77% | 0.44% | - |
| HSV(B) | 347.51º | 0.87% | 0.78% | - |
| XYZ | 24.79 | 13.23 | 5.8 | - |
| YUV | 81.83 | 116.81 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 62 | 0 | 0.87 | 0.69 | 0.22 | 347.51 | 0.77 | 0.44 |
| Hex | C7 | 1A | 3E | 0 | 57 | 45 | 16 | 15C | 4D | 2C |
| Octal | 307 | 32 | 76 | 0 | 127 | 105 | 26 | 534 | 115 | 54 |
| Binary | 11000111 | 11010 | 111110 | 0 | 1010111 | 1000101 | 10110 | 101011100 | 1001101 | 101100 |
Color Harmonies of #C71A3E
Complementary color
Monochromatic Colors of #C71A3E
Black with #C71A3E
Text Example
Text Example
White with #C71A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71A3E; }
p { color: rgb(199,26,62); }
H1.HeaderClassName
{
color: #C71A3E;
}
.AnyTagClassName
{
color: #C71A3E;
}
</style>
background-color css
<style>
a { background-color: #C71A3E; }
a { background-color: rgb(199,26,62); }
div.DivClassName
{
background-color: #C71A3E;
}
.BgClassName
{
background-color: #C71A3E;
}
</style>
border-color css
<style>
span { border-color: #C71A3E; }
span { border-color: rgb(199,26,62); }
td.TdClassName
{
border-color: #C71A3E;
}
.TagClassName
{
border-color: #C71A3E;
}
</style>