Shades of Fire Engine Red #C70F1D
Tints of Fire Engine Red #C70F1D
RGB
CMYK
RGB Variations
Color information
#C70F1D (or 0xC70F1D) is known color: Fire Engine Red. HEX triplet: C7, 0F and 1D. RGB value is (199,15,29). Sum of RGB (Red+Green+Blue) = 199+15+29=243 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.89% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70F1D is #38F0E2. Grayscale: #474747. Windows color (decimal): -3731683 or 1904583. OLE color: 1904583.
HSL color Cylindrical-coordinate representation of color #C70F1D: hue angle of 355.43º 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 #C70F1D is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 15 | 29 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.22 |
| HSL | 355.43º | 0.86% | 0.42% | - |
| HSV(B) | 355.43º | 0.92% | 0.78% | - |
| XYZ | 23.95 | 12.57 | 2.33 | - |
| YUV | 71.61 | 103.96 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 29 | 0 | 0.92 | 0.85 | 0.22 | 355.43 | 0.86 | 0.42 |
| Hex | C7 | F | 1D | 0 | 5C | 55 | 16 | 163 | 56 | 2A |
| Octal | 307 | 17 | 35 | 0 | 134 | 125 | 26 | 543 | 126 | 52 |
| Binary | 11000111 | 1111 | 11101 | 0 | 1011100 | 1010101 | 10110 | 101100011 | 1010110 | 101010 |
Color Harmonies of #C70F1D
Complementary color
Monochromatic Colors of #C70F1D
Black with #C70F1D
Text Example
Text Example
White with #C70F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70F1D; }
p { color: rgb(199,15,29); }
H1.HeaderClassName
{
color: #C70F1D;
}
.AnyTagClassName
{
color: #C70F1D;
}
</style>
background-color css
<style>
a { background-color: #C70F1D; }
a { background-color: rgb(199,15,29); }
div.DivClassName
{
background-color: #C70F1D;
}
.BgClassName
{
background-color: #C70F1D;
}
</style>
border-color css
<style>
span { border-color: #C70F1D; }
span { border-color: rgb(199,15,29); }
td.TdClassName
{
border-color: #C70F1D;
}
.TagClassName
{
border-color: #C70F1D;
}
</style>