Shades of Cardinal #C71541
Tints of Cardinal #C71541
RGB
CMYK
RGB Variations
Color information
#C71541 (or 0xC71541) is known color: Cardinal. HEX triplet: C7, 15 and 41. RGB value is (199,21,65). Sum of RGB (Red+Green+Blue) = 199+21+65=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C71541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71541 is #38EABE. Grayscale: #4F4F4F. Windows color (decimal): -3730111 or 4265415. OLE color: 4265415.
HSL color Cylindrical-coordinate representation of color #C71541: hue angle of 345.17º 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 #C71541 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 65 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.22 |
| HSL | 345.17º | 0.81% | 0.43% | - |
| HSV(B) | 345.17º | 0.89% | 0.78% | - |
| XYZ | 24.78 | 13.06 | 6.22 | - |
| YUV | 79.24 | 119.97 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 65 | 0 | 0.89 | 0.67 | 0.22 | 345.17 | 0.81 | 0.43 |
| Hex | C7 | 15 | 41 | 0 | 59 | 43 | 16 | 159 | 51 | 2B |
| Octal | 307 | 25 | 101 | 0 | 131 | 103 | 26 | 531 | 121 | 53 |
| Binary | 11000111 | 10101 | 1000001 | 0 | 1011001 | 1000011 | 10110 | 101011001 | 1010001 | 101011 |
Color Harmonies of #C71541
Complementary color
Monochromatic Colors of #C71541
Black with #C71541
Text Example
Text Example
White with #C71541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71541; }
p { color: rgb(199,21,65); }
H1.HeaderClassName
{
color: #C71541;
}
.AnyTagClassName
{
color: #C71541;
}
</style>
background-color css
<style>
a { background-color: #C71541; }
a { background-color: rgb(199,21,65); }
div.DivClassName
{
background-color: #C71541;
}
.BgClassName
{
background-color: #C71541;
}
</style>
border-color css
<style>
span { border-color: #C71541; }
span { border-color: rgb(199,21,65); }
td.TdClassName
{
border-color: #C71541;
}
.TagClassName
{
border-color: #C71541;
}
</style>