Shades of Cardinal #C71E37
Tints of Cardinal #C71E37
RGB
CMYK
RGB Variations
Color information
#C71E37 (or 0xC71E37) is known color: Cardinal. HEX triplet: C7, 1E and 37. RGB value is (199,30,55). Sum of RGB (Red+Green+Blue) = 199+30+55=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71E37 is #38E1C8. Grayscale: #535353. Windows color (decimal): -3727817 or 3612359. OLE color: 3612359.
HSL color Cylindrical-coordinate representation of color #C71E37: hue angle of 351.12º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71E37 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 30 | 55 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.22 |
| HSL | 351.12º | 0.74% | 0.45% | - |
| HSV(B) | 351.12º | 0.85% | 0.78% | - |
| XYZ | 24.71 | 13.35 | 4.89 | - |
| YUV | 83.38 | 111.99 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 55 | 0 | 0.85 | 0.72 | 0.22 | 351.12 | 0.74 | 0.45 |
| Hex | C7 | 1E | 37 | 0 | 55 | 48 | 16 | 15F | 4A | 2D |
| Octal | 307 | 36 | 67 | 0 | 125 | 110 | 26 | 537 | 112 | 55 |
| Binary | 11000111 | 11110 | 110111 | 0 | 1010101 | 1001000 | 10110 | 101011111 | 1001010 | 101101 |
Color Harmonies of #C71E37
Complementary color
Monochromatic Colors of #C71E37
Black with #C71E37
Text Example
Text Example
White with #C71E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71E37; }
p { color: rgb(199,30,55); }
H1.HeaderClassName
{
color: #C71E37;
}
.AnyTagClassName
{
color: #C71E37;
}
</style>
background-color css
<style>
a { background-color: #C71E37; }
a { background-color: rgb(199,30,55); }
div.DivClassName
{
background-color: #C71E37;
}
.BgClassName
{
background-color: #C71E37;
}
</style>
border-color css
<style>
span { border-color: #C71E37; }
span { border-color: rgb(199,30,55); }
td.TdClassName
{
border-color: #C71E37;
}
.TagClassName
{
border-color: #C71E37;
}
</style>