Shades of Cardinal #C71B3A
Tints of Cardinal #C71B3A
RGB
CMYK
RGB Variations
Color information
#C71B3A (or 0xC71B3A) is known color: Cardinal. HEX triplet: C7, 1B and 3A. RGB value is (199,27,58). Sum of RGB (Red+Green+Blue) = 199+27+58=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71B3A is #38E4C5. Grayscale: #525252. Windows color (decimal): -3728582 or 3808199. OLE color: 3808199.
HSL color Cylindrical-coordinate representation of color #C71B3A: hue angle of 349.19º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71B3A is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 27 | 58 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.22 |
| HSL | 349.19º | 0.76% | 0.44% | - |
| HSV(B) | 349.19º | 0.86% | 0.78% | - |
| XYZ | 24.71 | 13.23 | 5.25 | - |
| YUV | 81.96 | 114.48 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 58 | 0 | 0.86 | 0.71 | 0.22 | 349.19 | 0.76 | 0.44 |
| Hex | C7 | 1B | 3A | 0 | 56 | 47 | 16 | 15D | 4C | 2C |
| Octal | 307 | 33 | 72 | 0 | 126 | 107 | 26 | 535 | 114 | 54 |
| Binary | 11000111 | 11011 | 111010 | 0 | 1010110 | 1000111 | 10110 | 101011101 | 1001100 | 101100 |
Color Harmonies of #C71B3A
Complementary color
Monochromatic Colors of #C71B3A
Black with #C71B3A
Text Example
Text Example
White with #C71B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71B3A; }
p { color: rgb(199,27,58); }
H1.HeaderClassName
{
color: #C71B3A;
}
.AnyTagClassName
{
color: #C71B3A;
}
</style>
background-color css
<style>
a { background-color: #C71B3A; }
a { background-color: rgb(199,27,58); }
div.DivClassName
{
background-color: #C71B3A;
}
.BgClassName
{
background-color: #C71B3A;
}
</style>
border-color css
<style>
span { border-color: #C71B3A; }
span { border-color: rgb(199,27,58); }
td.TdClassName
{
border-color: #C71B3A;
}
.TagClassName
{
border-color: #C71B3A;
}
</style>