Shades of Fire Engine Red #C70D2E
Tints of Fire Engine Red #C70D2E
RGB
CMYK
RGB Variations
Color information
#C70D2E (or 0xC70D2E) is known color: Fire Engine Red. HEX triplet: C7, 0D and 2E. RGB value is (199,13,46). Sum of RGB (Red+Green+Blue) = 199+13+46=258 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.13% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70D2E is #38F2D1. Grayscale: #484848. Windows color (decimal): -3732178 or 3018183. OLE color: 3018183.
HSL color Cylindrical-coordinate representation of color #C70D2E: hue angle of 349.35º degrees, saturation: 0.88, 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 #C70D2E is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 46 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.22 |
| HSL | 349.35º | 0.88% | 0.42% | - |
| HSV(B) | 349.35º | 0.93% | 0.78% | - |
| XYZ | 24.19 | 12.63 | 3.75 | - |
| YUV | 72.38 | 113.12 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 46 | 0 | 0.93 | 0.77 | 0.22 | 349.35 | 0.88 | 0.42 |
| Hex | C7 | D | 2E | 0 | 5D | 4D | 16 | 15D | 58 | 2A |
| Octal | 307 | 15 | 56 | 0 | 135 | 115 | 26 | 535 | 130 | 52 |
| Binary | 11000111 | 1101 | 101110 | 0 | 1011101 | 1001101 | 10110 | 101011101 | 1011000 | 101010 |
Color Harmonies of #C70D2E
Complementary color
Monochromatic Colors of #C70D2E
Black with #C70D2E
Text Example
Text Example
White with #C70D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D2E; }
p { color: rgb(199,13,46); }
H1.HeaderClassName
{
color: #C70D2E;
}
.AnyTagClassName
{
color: #C70D2E;
}
</style>
background-color css
<style>
a { background-color: #C70D2E; }
a { background-color: rgb(199,13,46); }
div.DivClassName
{
background-color: #C70D2E;
}
.BgClassName
{
background-color: #C70D2E;
}
</style>
border-color css
<style>
span { border-color: #C70D2E; }
span { border-color: rgb(199,13,46); }
td.TdClassName
{
border-color: #C70D2E;
}
.TagClassName
{
border-color: #C70D2E;
}
</style>