Shades of Fire Engine Red #C8191E
Tints of Fire Engine Red #C8191E
RGB
CMYK
RGB Variations
Color information
#C8191E (or 0xC8191E) is known color: Fire Engine Red. HEX triplet: C8, 19 and 1E. RGB value is (200,25,30). Sum of RGB (Red+Green+Blue) = 200+25+30=255 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.43% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 200 - color contains mainly: red. Hex color #C8191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8191E is #37E6E1. Grayscale: #4E4E4E. Windows color (decimal): -3663586 or 1972680. OLE color: 1972680.
HSL color Cylindrical-coordinate representation of color #C8191E: hue angle of 358.29º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8191E is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 30 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.22 |
| HSL | 358.29º | 0.78% | 0.44% | - |
| HSV(B) | 358.29º | 0.88% | 0.78% | - |
| XYZ | 24.4 | 13.07 | 2.46 | - |
| YUV | 77.9 | 100.98 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 30 | 0 | 0.88 | 0.85 | 0.22 | 358.29 | 0.78 | 0.44 |
| Hex | C8 | 19 | 1E | 0 | 58 | 55 | 16 | 166 | 4E | 2C |
| Octal | 310 | 31 | 36 | 0 | 130 | 125 | 26 | 546 | 116 | 54 |
| Binary | 11001000 | 11001 | 11110 | 0 | 1011000 | 1010101 | 10110 | 101100110 | 1001110 | 101100 |
Color Harmonies of #C8191E
Complementary color
Monochromatic Colors of #C8191E
Black with #C8191E
Text Example
Text Example
White with #C8191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8191E; }
p { color: rgb(200,25,30); }
H1.HeaderClassName
{
color: #C8191E;
}
.AnyTagClassName
{
color: #C8191E;
}
</style>
background-color css
<style>
a { background-color: #C8191E; }
a { background-color: rgb(200,25,30); }
div.DivClassName
{
background-color: #C8191E;
}
.BgClassName
{
background-color: #C8191E;
}
</style>
border-color css
<style>
span { border-color: #C8191E; }
span { border-color: rgb(200,25,30); }
td.TdClassName
{
border-color: #C8191E;
}
.TagClassName
{
border-color: #C8191E;
}
</style>