Shades of Fire Engine Red #C70F1F
Tints of Fire Engine Red #C70F1F
RGB
CMYK
RGB Variations
Color information
#C70F1F (or 0xC70F1F) is known color: Fire Engine Red. HEX triplet: C7, 0F and 1F. RGB value is (199,15,31). Sum of RGB (Red+Green+Blue) = 199+15+31=245 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.22% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70F1F is #38F0E0. Grayscale: #474747. Windows color (decimal): -3731681 or 2035655. OLE color: 2035655.
HSL color Cylindrical-coordinate representation of color #C70F1F: hue angle of 354.78º 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 #C70F1F is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 15 | 31 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.22 |
| HSL | 354.78º | 0.86% | 0.42% | - |
| HSV(B) | 354.78º | 0.92% | 0.78% | - |
| XYZ | 23.97 | 12.58 | 2.46 | - |
| YUV | 71.84 | 104.96 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 31 | 0 | 0.92 | 0.84 | 0.22 | 354.78 | 0.86 | 0.42 |
| Hex | C7 | F | 1F | 0 | 5C | 54 | 16 | 163 | 56 | 2A |
| Octal | 307 | 17 | 37 | 0 | 134 | 124 | 26 | 543 | 126 | 52 |
| Binary | 11000111 | 1111 | 11111 | 0 | 1011100 | 1010100 | 10110 | 101100011 | 1010110 | 101010 |
Color Harmonies of #C70F1F
Complementary color
Monochromatic Colors of #C70F1F
Black with #C70F1F
Text Example
Text Example
White with #C70F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70F1F; }
p { color: rgb(199,15,31); }
H1.HeaderClassName
{
color: #C70F1F;
}
.AnyTagClassName
{
color: #C70F1F;
}
</style>
background-color css
<style>
a { background-color: #C70F1F; }
a { background-color: rgb(199,15,31); }
div.DivClassName
{
background-color: #C70F1F;
}
.BgClassName
{
background-color: #C70F1F;
}
</style>
border-color css
<style>
span { border-color: #C70F1F; }
span { border-color: rgb(199,15,31); }
td.TdClassName
{
border-color: #C70F1F;
}
.TagClassName
{
border-color: #C70F1F;
}
</style>