Shades of Cardinal #C70839
Tints of Cardinal #C70839
RGB
CMYK
RGB Variations
Color information
#C70839 (or 0xC70839) is known color: Cardinal. HEX triplet: C7, 08 and 39. RGB value is (199,8,57). Sum of RGB (Red+Green+Blue) = 199+8+57=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C70839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70839 is #38F7C6. Grayscale: #464646. Windows color (decimal): -3733447 or 3737799. OLE color: 3737799.
HSL color Cylindrical-coordinate representation of color #C70839: hue angle of 344.61º 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 #C70839 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 57 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.22 |
| HSL | 344.61º | 0.92% | 0.41% | - |
| HSV(B) | 344.61º | 0.96% | 0.78% | - |
| XYZ | 24.38 | 12.61 | 5.02 | - |
| YUV | 70.7 | 120.28 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 57 | 0 | 0.96 | 0.71 | 0.22 | 344.61 | 0.92 | 0.41 |
| Hex | C7 | 8 | 39 | 0 | 60 | 47 | 16 | 159 | 5C | 29 |
| Octal | 307 | 10 | 71 | 0 | 140 | 107 | 26 | 531 | 134 | 51 |
| Binary | 11000111 | 1000 | 111001 | 0 | 1100000 | 1000111 | 10110 | 101011001 | 1011100 | 101001 |
Color Harmonies of #C70839
Complementary color
Monochromatic Colors of #C70839
Black with #C70839
Text Example
Text Example
White with #C70839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70839; }
p { color: rgb(199,8,57); }
H1.HeaderClassName
{
color: #C70839;
}
.AnyTagClassName
{
color: #C70839;
}
</style>
background-color css
<style>
a { background-color: #C70839; }
a { background-color: rgb(199,8,57); }
div.DivClassName
{
background-color: #C70839;
}
.BgClassName
{
background-color: #C70839;
}
</style>
border-color css
<style>
span { border-color: #C70839; }
span { border-color: rgb(199,8,57); }
td.TdClassName
{
border-color: #C70839;
}
.TagClassName
{
border-color: #C70839;
}
</style>