Shades of Cardinal #C71236
Tints of Cardinal #C71236
RGB
CMYK
RGB Variations
Color information
#C71236 (or 0xC71236) is known color: Cardinal. HEX triplet: C7, 12 and 36. RGB value is (199,18,54). Sum of RGB (Red+Green+Blue) = 199+18+54=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C71236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71236 is #38EDC9. Grayscale: #4C4C4C. Windows color (decimal): -3730890 or 3543751. OLE color: 3543751.
HSL color Cylindrical-coordinate representation of color #C71236: hue angle of 348.07º 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 #C71236 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 54 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.22 |
| HSL | 348.07º | 0.83% | 0.43% | - |
| HSV(B) | 348.07º | 0.91% | 0.78% | - |
| XYZ | 24.44 | 12.84 | 4.68 | - |
| YUV | 76.22 | 115.47 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 54 | 0 | 0.91 | 0.73 | 0.22 | 348.07 | 0.83 | 0.43 |
| Hex | C7 | 12 | 36 | 0 | 5B | 49 | 16 | 15C | 53 | 2B |
| Octal | 307 | 22 | 66 | 0 | 133 | 111 | 26 | 534 | 123 | 53 |
| Binary | 11000111 | 10010 | 110110 | 0 | 1011011 | 1001001 | 10110 | 101011100 | 1010011 | 101011 |
Color Harmonies of #C71236
Complementary color
Monochromatic Colors of #C71236
Black with #C71236
Text Example
Text Example
White with #C71236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71236; }
p { color: rgb(199,18,54); }
H1.HeaderClassName
{
color: #C71236;
}
.AnyTagClassName
{
color: #C71236;
}
</style>
background-color css
<style>
a { background-color: #C71236; }
a { background-color: rgb(199,18,54); }
div.DivClassName
{
background-color: #C71236;
}
.BgClassName
{
background-color: #C71236;
}
</style>
border-color css
<style>
span { border-color: #C71236; }
span { border-color: rgb(199,18,54); }
td.TdClassName
{
border-color: #C71236;
}
.TagClassName
{
border-color: #C71236;
}
</style>