Shades of Fire Engine Red #C71416
Tints of Fire Engine Red #C71416
RGB
CMYK
RGB Variations
Color information
#C71416 (or 0xC71416) is known color: Fire Engine Red. HEX triplet: C7, 14 and 16. RGB value is (199,20,22). Sum of RGB (Red+Green+Blue) = 199+20+22=241 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.57% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 199 - color contains mainly: red. Hex color #C71416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71416 is #38EBE9. Grayscale: #494949. Windows color (decimal): -3730410 or 1447111. OLE color: 1447111.
HSL color Cylindrical-coordinate representation of color #C71416: hue angle of 359.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71416 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 22 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.22 |
| HSL | 359.33º | 0.82% | 0.43% | - |
| HSV(B) | 359.33º | 0.9% | 0.78% | - |
| XYZ | 23.95 | 12.7 | 1.95 | - |
| YUV | 73.75 | 98.8 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 22 | 0 | 0.90 | 0.89 | 0.22 | 359.33 | 0.82 | 0.43 |
| Hex | C7 | 14 | 16 | 0 | 5A | 59 | 16 | 167 | 52 | 2B |
| Octal | 307 | 24 | 26 | 0 | 132 | 131 | 26 | 547 | 122 | 53 |
| Binary | 11000111 | 10100 | 10110 | 0 | 1011010 | 1011001 | 10110 | 101100111 | 1010010 | 101011 |
Color Harmonies of #C71416
Complementary color
Monochromatic Colors of #C71416
Black with #C71416
Text Example
Text Example
White with #C71416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71416; }
p { color: rgb(199,20,22); }
H1.HeaderClassName
{
color: #C71416;
}
.AnyTagClassName
{
color: #C71416;
}
</style>
background-color css
<style>
a { background-color: #C71416; }
a { background-color: rgb(199,20,22); }
div.DivClassName
{
background-color: #C71416;
}
.BgClassName
{
background-color: #C71416;
}
</style>
border-color css
<style>
span { border-color: #C71416; }
span { border-color: rgb(199,20,22); }
td.TdClassName
{
border-color: #C71416;
}
.TagClassName
{
border-color: #C71416;
}
</style>