Shades of Fire Engine Red #C70F20
Tints of Fire Engine Red #C70F20
RGB
CMYK
RGB Variations
Color information
#C70F20 (or 0xC70F20) is known color: Fire Engine Red. HEX triplet: C7, 0F and 20. RGB value is (199,15,32). Sum of RGB (Red+Green+Blue) = 199+15+32=246 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.89% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70F20 is #38F0DF. Grayscale: #484848. Windows color (decimal): -3731680 or 2101191. OLE color: 2101191.
HSL color Cylindrical-coordinate representation of color #C70F20: hue angle of 354.46º 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 #C70F20 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 15 | 32 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.22 |
| HSL | 354.46º | 0.86% | 0.42% | - |
| HSV(B) | 354.46º | 0.92% | 0.78% | - |
| XYZ | 23.98 | 12.59 | 2.53 | - |
| YUV | 71.95 | 105.46 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 32 | 0 | 0.92 | 0.84 | 0.22 | 354.46 | 0.86 | 0.42 |
| Hex | C7 | F | 20 | 0 | 5C | 54 | 16 | 162 | 56 | 2A |
| Octal | 307 | 17 | 40 | 0 | 134 | 124 | 26 | 542 | 126 | 52 |
| Binary | 11000111 | 1111 | 100000 | 0 | 1011100 | 1010100 | 10110 | 101100010 | 1010110 | 101010 |
Color Harmonies of #C70F20
Complementary color
Monochromatic Colors of #C70F20
Black with #C70F20
Text Example
Text Example
White with #C70F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70F20; }
p { color: rgb(199,15,32); }
H1.HeaderClassName
{
color: #C70F20;
}
.AnyTagClassName
{
color: #C70F20;
}
</style>
background-color css
<style>
a { background-color: #C70F20; }
a { background-color: rgb(199,15,32); }
div.DivClassName
{
background-color: #C70F20;
}
.BgClassName
{
background-color: #C70F20;
}
</style>
border-color css
<style>
span { border-color: #C70F20; }
span { border-color: rgb(199,15,32); }
td.TdClassName
{
border-color: #C70F20;
}
.TagClassName
{
border-color: #C70F20;
}
</style>