Shades of Cardinal #C71532
Tints of Cardinal #C71532
RGB
CMYK
RGB Variations
Color information
#C71532 (or 0xC71532) is known color: Cardinal. HEX triplet: C7, 15 and 32. RGB value is (199,21,50). Sum of RGB (Red+Green+Blue) = 199+21+50=270 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.70% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 199 - color contains mainly: red. Hex color #C71532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71532 is #38EACD. Grayscale: #4D4D4D. Windows color (decimal): -3730126 or 3282375. OLE color: 3282375.
HSL color Cylindrical-coordinate representation of color #C71532: hue angle of 350.22º 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 #C71532 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 50 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.22 |
| HSL | 350.22º | 0.81% | 0.43% | - |
| HSV(B) | 350.22º | 0.89% | 0.78% | - |
| XYZ | 24.4 | 12.91 | 4.22 | - |
| YUV | 77.53 | 112.47 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 50 | 0 | 0.89 | 0.75 | 0.22 | 350.22 | 0.81 | 0.43 |
| Hex | C7 | 15 | 32 | 0 | 59 | 4B | 16 | 15E | 51 | 2B |
| Octal | 307 | 25 | 62 | 0 | 131 | 113 | 26 | 536 | 121 | 53 |
| Binary | 11000111 | 10101 | 110010 | 0 | 1011001 | 1001011 | 10110 | 101011110 | 1010001 | 101011 |
Color Harmonies of #C71532
Complementary color
Monochromatic Colors of #C71532
Black with #C71532
Text Example
Text Example
White with #C71532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71532; }
p { color: rgb(199,21,50); }
H1.HeaderClassName
{
color: #C71532;
}
.AnyTagClassName
{
color: #C71532;
}
</style>
background-color css
<style>
a { background-color: #C71532; }
a { background-color: rgb(199,21,50); }
div.DivClassName
{
background-color: #C71532;
}
.BgClassName
{
background-color: #C71532;
}
</style>
border-color css
<style>
span { border-color: #C71532; }
span { border-color: rgb(199,21,50); }
td.TdClassName
{
border-color: #C71532;
}
.TagClassName
{
border-color: #C71532;
}
</style>