Shades of Cardinal #C70738
Tints of Cardinal #C70738
RGB
CMYK
RGB Variations
Color information
#C70738 (or 0xC70738) is known color: Cardinal. HEX triplet: C7, 07 and 38. RGB value is (199,7,56). Sum of RGB (Red+Green+Blue) = 199+7+56=262 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.95% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 199 - color contains mainly: red. Hex color #C70738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70738 is #38F8C7. Grayscale: #454545. Windows color (decimal): -3733704 or 3672007. OLE color: 3672007.
HSL color Cylindrical-coordinate representation of color #C70738: hue angle of 344.69º 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 #C70738 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 56 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.22 |
| HSL | 344.69º | 0.93% | 0.4% | - |
| HSV(B) | 344.69º | 0.96% | 0.78% | - |
| XYZ | 24.34 | 12.58 | 4.89 | - |
| YUV | 69.99 | 120.11 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 56 | 0 | 0.96 | 0.72 | 0.22 | 344.69 | 0.93 | 0.4 |
| Hex | C7 | 7 | 38 | 0 | 60 | 48 | 16 | 159 | 5D | 28 |
| Octal | 307 | 7 | 70 | 0 | 140 | 110 | 26 | 531 | 135 | 50 |
| Binary | 11000111 | 111 | 111000 | 0 | 1100000 | 1001000 | 10110 | 101011001 | 1011101 | 101000 |
Color Harmonies of #C70738
Complementary color
Monochromatic Colors of #C70738
Black with #C70738
Text Example
Text Example
White with #C70738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70738; }
p { color: rgb(199,7,56); }
H1.HeaderClassName
{
color: #C70738;
}
.AnyTagClassName
{
color: #C70738;
}
</style>
background-color css
<style>
a { background-color: #C70738; }
a { background-color: rgb(199,7,56); }
div.DivClassName
{
background-color: #C70738;
}
.BgClassName
{
background-color: #C70738;
}
</style>
border-color css
<style>
span { border-color: #C70738; }
span { border-color: rgb(199,7,56); }
td.TdClassName
{
border-color: #C70738;
}
.TagClassName
{
border-color: #C70738;
}
</style>