Shades of Fire Engine Red #C71926
Tints of Fire Engine Red #C71926
RGB
CMYK
RGB Variations
Color information
#C71926 (or 0xC71926) is known color: Fire Engine Red. HEX triplet: C7, 19 and 26. RGB value is (199,25,38). Sum of RGB (Red+Green+Blue) = 199+25+38=262 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.95% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 199 - color contains mainly: red. Hex color #C71926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71926 is #38E6D9. Grayscale: #4E4E4E. Windows color (decimal): -3729114 or 2496967. OLE color: 2496967.
HSL color Cylindrical-coordinate representation of color #C71926: hue angle of 355.52º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71926 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 38 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.22 |
| HSL | 355.52º | 0.78% | 0.44% | - |
| HSV(B) | 355.52º | 0.87% | 0.78% | - |
| XYZ | 24.25 | 12.98 | 3.06 | - |
| YUV | 78.51 | 105.15 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 38 | 0 | 0.87 | 0.81 | 0.22 | 355.52 | 0.78 | 0.44 |
| Hex | C7 | 19 | 26 | 0 | 57 | 51 | 16 | 164 | 4E | 2C |
| Octal | 307 | 31 | 46 | 0 | 127 | 121 | 26 | 544 | 116 | 54 |
| Binary | 11000111 | 11001 | 100110 | 0 | 1010111 | 1010001 | 10110 | 101100100 | 1001110 | 101100 |
Color Harmonies of #C71926
Complementary color
Monochromatic Colors of #C71926
Black with #C71926
Text Example
Text Example
White with #C71926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71926; }
p { color: rgb(199,25,38); }
H1.HeaderClassName
{
color: #C71926;
}
.AnyTagClassName
{
color: #C71926;
}
</style>
background-color css
<style>
a { background-color: #C71926; }
a { background-color: rgb(199,25,38); }
div.DivClassName
{
background-color: #C71926;
}
.BgClassName
{
background-color: #C71926;
}
</style>
border-color css
<style>
span { border-color: #C71926; }
span { border-color: rgb(199,25,38); }
td.TdClassName
{
border-color: #C71926;
}
.TagClassName
{
border-color: #C71926;
}
</style>