Shades of Cardinal #C70F2E
Tints of Cardinal #C70F2E
RGB
CMYK
RGB Variations
Color information
#C70F2E (or 0xC70F2E) is known color: Cardinal. HEX triplet: C7, 0F and 2E. RGB value is (199,15,46). Sum of RGB (Red+Green+Blue) = 199+15+46=260 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.54% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70F2E is #38F0D1. Grayscale: #494949. Windows color (decimal): -3731666 or 3018695. OLE color: 3018695.
HSL color Cylindrical-coordinate representation of color #C70F2E: hue angle of 349.89º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C70F2E is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 15 | 46 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.22 |
| HSL | 349.89º | 0.86% | 0.42% | - |
| HSV(B) | 349.89º | 0.92% | 0.78% | - |
| XYZ | 24.22 | 12.68 | 3.76 | - |
| YUV | 73.55 | 112.46 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 46 | 0 | 0.92 | 0.77 | 0.22 | 349.89 | 0.86 | 0.42 |
| Hex | C7 | F | 2E | 0 | 5C | 4D | 16 | 15E | 56 | 2A |
| Octal | 307 | 17 | 56 | 0 | 134 | 115 | 26 | 536 | 126 | 52 |
| Binary | 11000111 | 1111 | 101110 | 0 | 1011100 | 1001101 | 10110 | 101011110 | 1010110 | 101010 |
Color Harmonies of #C70F2E
Complementary color
Monochromatic Colors of #C70F2E
Black with #C70F2E
Text Example
Text Example
White with #C70F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70F2E; }
p { color: rgb(199,15,46); }
H1.HeaderClassName
{
color: #C70F2E;
}
.AnyTagClassName
{
color: #C70F2E;
}
</style>
background-color css
<style>
a { background-color: #C70F2E; }
a { background-color: rgb(199,15,46); }
div.DivClassName
{
background-color: #C70F2E;
}
.BgClassName
{
background-color: #C70F2E;
}
</style>
border-color css
<style>
span { border-color: #C70F2E; }
span { border-color: rgb(199,15,46); }
td.TdClassName
{
border-color: #C70F2E;
}
.TagClassName
{
border-color: #C70F2E;
}
</style>