Shades of Fire Engine Red #C70E2B
Tints of Fire Engine Red #C70E2B
RGB
CMYK
RGB Variations
Color information
#C70E2B (or 0xC70E2B) is known color: Fire Engine Red. HEX triplet: C7, 0E and 2B. RGB value is (199,14,43). Sum of RGB (Red+Green+Blue) = 199+14+43=256 (33% of max value = 765). Red value is 199 (78.12% from 255 or 77.73% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70E2B is #38F1D4. Grayscale: #484848. Windows color (decimal): -3731925 or 2821831. OLE color: 2821831.
HSL color Cylindrical-coordinate representation of color #C70E2B: hue angle of 350.59º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70E2B is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 14 | 43 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.22 |
| HSL | 350.59º | 0.87% | 0.42% | - |
| HSV(B) | 350.59º | 0.93% | 0.78% | - |
| XYZ | 24.15 | 12.63 | 3.45 | - |
| YUV | 72.62 | 111.29 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 43 | 0 | 0.93 | 0.78 | 0.22 | 350.59 | 0.87 | 0.42 |
| Hex | C7 | E | 2B | 0 | 5D | 4E | 16 | 15F | 57 | 2A |
| Octal | 307 | 16 | 53 | 0 | 135 | 116 | 26 | 537 | 127 | 52 |
| Binary | 11000111 | 1110 | 101011 | 0 | 1011101 | 1001110 | 10110 | 101011111 | 1010111 | 101010 |
Color Harmonies of #C70E2B
Complementary color
Monochromatic Colors of #C70E2B
Black with #C70E2B
Text Example
Text Example
White with #C70E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70E2B; }
p { color: rgb(199,14,43); }
H1.HeaderClassName
{
color: #C70E2B;
}
.AnyTagClassName
{
color: #C70E2B;
}
</style>
background-color css
<style>
a { background-color: #C70E2B; }
a { background-color: rgb(199,14,43); }
div.DivClassName
{
background-color: #C70E2B;
}
.BgClassName
{
background-color: #C70E2B;
}
</style>
border-color css
<style>
span { border-color: #C70E2B; }
span { border-color: rgb(199,14,43); }
td.TdClassName
{
border-color: #C70E2B;
}
.TagClassName
{
border-color: #C70E2B;
}
</style>