Shades of Cardinal #C70836
Tints of Cardinal #C70836
RGB
CMYK
RGB Variations
Color information
#C70836 (or 0xC70836) is known color: Cardinal. HEX triplet: C7, 08 and 36. RGB value is (199,8,54). Sum of RGB (Red+Green+Blue) = 199+8+54=261 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.25% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 199 - color contains mainly: red. Hex color #C70836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70836 is #38F7C9. Grayscale: #464646. Windows color (decimal): -3733450 or 3541191. OLE color: 3541191.
HSL color Cylindrical-coordinate representation of color #C70836: hue angle of 345.55º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70836 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 54 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.22 |
| HSL | 345.55º | 0.92% | 0.41% | - |
| HSV(B) | 345.55º | 0.96% | 0.78% | - |
| XYZ | 24.31 | 12.58 | 4.64 | - |
| YUV | 70.35 | 118.78 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 54 | 0 | 0.96 | 0.73 | 0.22 | 345.55 | 0.92 | 0.41 |
| Hex | C7 | 8 | 36 | 0 | 60 | 49 | 16 | 15A | 5C | 29 |
| Octal | 307 | 10 | 66 | 0 | 140 | 111 | 26 | 532 | 134 | 51 |
| Binary | 11000111 | 1000 | 110110 | 0 | 1100000 | 1001001 | 10110 | 101011010 | 1011100 | 101001 |
Color Harmonies of #C70836
Complementary color
Monochromatic Colors of #C70836
Black with #C70836
Text Example
Text Example
White with #C70836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70836; }
p { color: rgb(199,8,54); }
H1.HeaderClassName
{
color: #C70836;
}
.AnyTagClassName
{
color: #C70836;
}
</style>
background-color css
<style>
a { background-color: #C70836; }
a { background-color: rgb(199,8,54); }
div.DivClassName
{
background-color: #C70836;
}
.BgClassName
{
background-color: #C70836;
}
</style>
border-color css
<style>
span { border-color: #C70836; }
span { border-color: rgb(199,8,54); }
td.TdClassName
{
border-color: #C70836;
}
.TagClassName
{
border-color: #C70836;
}
</style>