Shades of Cardinal #C70739
Tints of Cardinal #C70739
RGB
CMYK
RGB Variations
Color information
#C70739 (or 0xC70739) is known color: Cardinal. HEX triplet: C7, 07 and 39. RGB value is (199,7,57). Sum of RGB (Red+Green+Blue) = 199+7+57=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C70739 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70739 is #38F8C6. Grayscale: #464646. Windows color (decimal): -3733703 or 3737543. OLE color: 3737543.
HSL color Cylindrical-coordinate representation of color #C70739: hue angle of 344.38º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70739 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 57 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.22 |
| HSL | 344.38º | 0.93% | 0.4% | - |
| HSV(B) | 344.38º | 0.96% | 0.78% | - |
| XYZ | 24.37 | 12.59 | 5.02 | - |
| YUV | 70.11 | 120.61 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 57 | 0 | 0.96 | 0.71 | 0.22 | 344.38 | 0.93 | 0.4 |
| Hex | C7 | 7 | 39 | 0 | 60 | 47 | 16 | 158 | 5D | 28 |
| Octal | 307 | 7 | 71 | 0 | 140 | 107 | 26 | 530 | 135 | 50 |
| Binary | 11000111 | 111 | 111001 | 0 | 1100000 | 1000111 | 10110 | 101011000 | 1011101 | 101000 |
Color Harmonies of #C70739
Complementary color
Monochromatic Colors of #C70739
Black with #C70739
Text Example
Text Example
White with #C70739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70739; }
p { color: rgb(199,7,57); }
H1.HeaderClassName
{
color: #C70739;
}
.AnyTagClassName
{
color: #C70739;
}
</style>
background-color css
<style>
a { background-color: #C70739; }
a { background-color: rgb(199,7,57); }
div.DivClassName
{
background-color: #C70739;
}
.BgClassName
{
background-color: #C70739;
}
</style>
border-color css
<style>
span { border-color: #C70739; }
span { border-color: rgb(199,7,57); }
td.TdClassName
{
border-color: #C70739;
}
.TagClassName
{
border-color: #C70739;
}
</style>