Shades of Cardinal #C71545
Tints of Cardinal #C71545
RGB
CMYK
RGB Variations
Color information
#C71545 (or 0xC71545) is known color: Cardinal. HEX triplet: C7, 15 and 45. RGB value is (199,21,69). Sum of RGB (Red+Green+Blue) = 199+21+69=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C71545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71545 is #38EABA. Grayscale: #4F4F4F. Windows color (decimal): -3730107 or 4527559. OLE color: 4527559.
HSL color Cylindrical-coordinate representation of color #C71545: hue angle of 343.82º 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 #C71545 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 69 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.22 |
| HSL | 343.82º | 0.81% | 0.43% | - |
| HSV(B) | 343.82º | 0.89% | 0.78% | - |
| XYZ | 24.9 | 13.11 | 6.85 | - |
| YUV | 79.69 | 121.97 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 69 | 0 | 0.89 | 0.65 | 0.22 | 343.82 | 0.81 | 0.43 |
| Hex | C7 | 15 | 45 | 0 | 59 | 41 | 16 | 158 | 51 | 2B |
| Octal | 307 | 25 | 105 | 0 | 131 | 101 | 26 | 530 | 121 | 53 |
| Binary | 11000111 | 10101 | 1000101 | 0 | 1011001 | 1000001 | 10110 | 101011000 | 1010001 | 101011 |
Color Harmonies of #C71545
Complementary color
Monochromatic Colors of #C71545
Black with #C71545
Text Example
Text Example
White with #C71545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71545; }
p { color: rgb(199,21,69); }
H1.HeaderClassName
{
color: #C71545;
}
.AnyTagClassName
{
color: #C71545;
}
</style>
background-color css
<style>
a { background-color: #C71545; }
a { background-color: rgb(199,21,69); }
div.DivClassName
{
background-color: #C71545;
}
.BgClassName
{
background-color: #C71545;
}
</style>
border-color css
<style>
span { border-color: #C71545; }
span { border-color: rgb(199,21,69); }
td.TdClassName
{
border-color: #C71545;
}
.TagClassName
{
border-color: #C71545;
}
</style>