Shades of Cardinal #C71232
Tints of Cardinal #C71232
RGB
CMYK
RGB Variations
Color information
#C71232 (or 0xC71232) is known color: Cardinal. HEX triplet: C7, 12 and 32. RGB value is (199,18,50). Sum of RGB (Red+Green+Blue) = 199+18+50=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C71232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71232 is #38EDCD. Grayscale: #4B4B4B. Windows color (decimal): -3730894 or 3281607. OLE color: 3281607.
HSL color Cylindrical-coordinate representation of color #C71232: hue angle of 349.39º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71232 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 50 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.22 |
| HSL | 349.39º | 0.83% | 0.43% | - |
| HSV(B) | 349.39º | 0.91% | 0.78% | - |
| XYZ | 24.35 | 12.81 | 4.21 | - |
| YUV | 75.77 | 113.47 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 50 | 0 | 0.91 | 0.75 | 0.22 | 349.39 | 0.83 | 0.43 |
| Hex | C7 | 12 | 32 | 0 | 5B | 4B | 16 | 15D | 53 | 2B |
| Octal | 307 | 22 | 62 | 0 | 133 | 113 | 26 | 535 | 123 | 53 |
| Binary | 11000111 | 10010 | 110010 | 0 | 1011011 | 1001011 | 10110 | 101011101 | 1010011 | 101011 |
Color Harmonies of #C71232
Complementary color
Monochromatic Colors of #C71232
Black with #C71232
Text Example
Text Example
White with #C71232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71232; }
p { color: rgb(199,18,50); }
H1.HeaderClassName
{
color: #C71232;
}
.AnyTagClassName
{
color: #C71232;
}
</style>
background-color css
<style>
a { background-color: #C71232; }
a { background-color: rgb(199,18,50); }
div.DivClassName
{
background-color: #C71232;
}
.BgClassName
{
background-color: #C71232;
}
</style>
border-color css
<style>
span { border-color: #C71232; }
span { border-color: rgb(199,18,50); }
td.TdClassName
{
border-color: #C71232;
}
.TagClassName
{
border-color: #C71232;
}
</style>