Shades of Cardinal #C71A3A
Tints of Cardinal #C71A3A
RGB
CMYK
RGB Variations
Color information
#C71A3A (or 0xC71A3A) is known color: Cardinal. HEX triplet: C7, 1A and 3A. RGB value is (199,26,58). Sum of RGB (Red+Green+Blue) = 199+26+58=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71A3A is #38E5C5. Grayscale: #515151. Windows color (decimal): -3728838 or 3807943. OLE color: 3807943.
HSL color Cylindrical-coordinate representation of color #C71A3A: hue angle of 348.9º 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 #C71A3A is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 26 | 58 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.22 |
| HSL | 348.9º | 0.77% | 0.44% | - |
| HSV(B) | 348.9º | 0.87% | 0.78% | - |
| XYZ | 24.69 | 13.19 | 5.25 | - |
| YUV | 81.38 | 114.81 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 58 | 0 | 0.87 | 0.71 | 0.22 | 348.9 | 0.77 | 0.44 |
| Hex | C7 | 1A | 3A | 0 | 57 | 47 | 16 | 15D | 4D | 2C |
| Octal | 307 | 32 | 72 | 0 | 127 | 107 | 26 | 535 | 115 | 54 |
| Binary | 11000111 | 11010 | 111010 | 0 | 1010111 | 1000111 | 10110 | 101011101 | 1001101 | 101100 |
Color Harmonies of #C71A3A
Complementary color
Monochromatic Colors of #C71A3A
Black with #C71A3A
Text Example
Text Example
White with #C71A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71A3A; }
p { color: rgb(199,26,58); }
H1.HeaderClassName
{
color: #C71A3A;
}
.AnyTagClassName
{
color: #C71A3A;
}
</style>
background-color css
<style>
a { background-color: #C71A3A; }
a { background-color: rgb(199,26,58); }
div.DivClassName
{
background-color: #C71A3A;
}
.BgClassName
{
background-color: #C71A3A;
}
</style>
border-color css
<style>
span { border-color: #C71A3A; }
span { border-color: rgb(199,26,58); }
td.TdClassName
{
border-color: #C71A3A;
}
.TagClassName
{
border-color: #C71A3A;
}
</style>