Shades of Fire Engine Red #C71419
Tints of Fire Engine Red #C71419
RGB
CMYK
RGB Variations
Color information
#C71419 (or 0xC71419) is known color: Fire Engine Red. HEX triplet: C7, 14 and 19. RGB value is (199,20,25). Sum of RGB (Red+Green+Blue) = 199+20+25=244 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.56% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 199 - color contains mainly: red. Hex color #C71419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71419 is #38EBE6. Grayscale: #4A4A4A. Windows color (decimal): -3730407 or 1643719. OLE color: 1643719.
HSL color Cylindrical-coordinate representation of color #C71419: hue angle of 358.32º 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 #C71419 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 25 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.22 |
| HSL | 358.32º | 0.82% | 0.43% | - |
| HSV(B) | 358.32º | 0.9% | 0.78% | - |
| XYZ | 23.98 | 12.71 | 2.11 | - |
| YUV | 74.09 | 100.3 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 25 | 0 | 0.90 | 0.87 | 0.22 | 358.32 | 0.82 | 0.43 |
| Hex | C7 | 14 | 19 | 0 | 5A | 57 | 16 | 166 | 52 | 2B |
| Octal | 307 | 24 | 31 | 0 | 132 | 127 | 26 | 546 | 122 | 53 |
| Binary | 11000111 | 10100 | 11001 | 0 | 1011010 | 1010111 | 10110 | 101100110 | 1010010 | 101011 |
Color Harmonies of #C71419
Complementary color
Monochromatic Colors of #C71419
Black with #C71419
Text Example
Text Example
White with #C71419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71419; }
p { color: rgb(199,20,25); }
H1.HeaderClassName
{
color: #C71419;
}
.AnyTagClassName
{
color: #C71419;
}
</style>
background-color css
<style>
a { background-color: #C71419; }
a { background-color: rgb(199,20,25); }
div.DivClassName
{
background-color: #C71419;
}
.BgClassName
{
background-color: #C71419;
}
</style>
border-color css
<style>
span { border-color: #C71419; }
span { border-color: rgb(199,20,25); }
td.TdClassName
{
border-color: #C71419;
}
.TagClassName
{
border-color: #C71419;
}
</style>