Shades of Fire Engine Red #C70E2D
Tints of Fire Engine Red #C70E2D
RGB
CMYK
RGB Variations
Color information
#C70E2D (or 0xC70E2D) is known color: Fire Engine Red. HEX triplet: C7, 0E and 2D. RGB value is (199,14,45). Sum of RGB (Red+Green+Blue) = 199+14+45=258 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.13% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70E2D is #38F1D2. Grayscale: #484848. Windows color (decimal): -3731923 or 2952903. OLE color: 2952903.
HSL color Cylindrical-coordinate representation of color #C70E2D: hue angle of 349.95º 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 #C70E2D is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 14 | 45 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.22 |
| HSL | 349.95º | 0.87% | 0.42% | - |
| HSV(B) | 349.95º | 0.93% | 0.78% | - |
| XYZ | 24.18 | 12.65 | 3.65 | - |
| YUV | 72.85 | 112.29 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 45 | 0 | 0.93 | 0.77 | 0.22 | 349.95 | 0.87 | 0.42 |
| Hex | C7 | E | 2D | 0 | 5D | 4D | 16 | 15E | 57 | 2A |
| Octal | 307 | 16 | 55 | 0 | 135 | 115 | 26 | 536 | 127 | 52 |
| Binary | 11000111 | 1110 | 101101 | 0 | 1011101 | 1001101 | 10110 | 101011110 | 1010111 | 101010 |
Color Harmonies of #C70E2D
Complementary color
Monochromatic Colors of #C70E2D
Black with #C70E2D
Text Example
Text Example
White with #C70E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70E2D; }
p { color: rgb(199,14,45); }
H1.HeaderClassName
{
color: #C70E2D;
}
.AnyTagClassName
{
color: #C70E2D;
}
</style>
background-color css
<style>
a { background-color: #C70E2D; }
a { background-color: rgb(199,14,45); }
div.DivClassName
{
background-color: #C70E2D;
}
.BgClassName
{
background-color: #C70E2D;
}
</style>
border-color css
<style>
span { border-color: #C70E2D; }
span { border-color: rgb(199,14,45); }
td.TdClassName
{
border-color: #C70E2D;
}
.TagClassName
{
border-color: #C70E2D;
}
</style>