Shades of Cardinal #C71531
Tints of Cardinal #C71531
RGB
CMYK
RGB Variations
Color information
#C71531 (or 0xC71531) is known color: Cardinal. HEX triplet: C7, 15 and 31. RGB value is (199,21,49). Sum of RGB (Red+Green+Blue) = 199+21+49=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C71531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71531 is #38EACE. Grayscale: #4D4D4D. Windows color (decimal): -3730127 or 3216839. OLE color: 3216839.
HSL color Cylindrical-coordinate representation of color #C71531: hue angle of 350.56º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71531 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 49 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.22 |
| HSL | 350.56º | 0.81% | 0.43% | - |
| HSV(B) | 350.56º | 0.89% | 0.78% | - |
| XYZ | 24.38 | 12.9 | 4.11 | - |
| YUV | 77.41 | 111.97 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 49 | 0 | 0.89 | 0.75 | 0.22 | 350.56 | 0.81 | 0.43 |
| Hex | C7 | 15 | 31 | 0 | 59 | 4B | 16 | 15F | 51 | 2B |
| Octal | 307 | 25 | 61 | 0 | 131 | 113 | 26 | 537 | 121 | 53 |
| Binary | 11000111 | 10101 | 110001 | 0 | 1011001 | 1001011 | 10110 | 101011111 | 1010001 | 101011 |
Color Harmonies of #C71531
Complementary color
Monochromatic Colors of #C71531
Black with #C71531
Text Example
Text Example
White with #C71531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71531; }
p { color: rgb(199,21,49); }
H1.HeaderClassName
{
color: #C71531;
}
.AnyTagClassName
{
color: #C71531;
}
</style>
background-color css
<style>
a { background-color: #C71531; }
a { background-color: rgb(199,21,49); }
div.DivClassName
{
background-color: #C71531;
}
.BgClassName
{
background-color: #C71531;
}
</style>
border-color css
<style>
span { border-color: #C71531; }
span { border-color: rgb(199,21,49); }
td.TdClassName
{
border-color: #C71531;
}
.TagClassName
{
border-color: #C71531;
}
</style>