Shades of Fire Engine Red #C7181E
Tints of Fire Engine Red #C7181E
RGB
CMYK
RGB Variations
Color information
#C7181E (or 0xC7181E) is known color: Fire Engine Red. HEX triplet: C7, 18 and 1E. RGB value is (199,24,30). Sum of RGB (Red+Green+Blue) = 199+24+30=253 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.66% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 199 - color contains mainly: red. Hex color #C7181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7181E is #38E7E1. Grayscale: #4D4D4D. Windows color (decimal): -3729378 or 1972423. OLE color: 1972423.
HSL color Cylindrical-coordinate representation of color #C7181E: hue angle of 357.94º 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 #C7181E is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 30 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.22 |
| HSL | 357.94º | 0.78% | 0.44% | - |
| HSV(B) | 357.94º | 0.88% | 0.78% | - |
| XYZ | 24.11 | 12.89 | 2.45 | - |
| YUV | 77.01 | 101.48 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 30 | 0 | 0.88 | 0.85 | 0.22 | 357.94 | 0.78 | 0.44 |
| Hex | C7 | 18 | 1E | 0 | 58 | 55 | 16 | 166 | 4E | 2C |
| Octal | 307 | 30 | 36 | 0 | 130 | 125 | 26 | 546 | 116 | 54 |
| Binary | 11000111 | 11000 | 11110 | 0 | 1011000 | 1010101 | 10110 | 101100110 | 1001110 | 101100 |
Color Harmonies of #C7181E
Complementary color
Monochromatic Colors of #C7181E
Black with #C7181E
Text Example
Text Example
White with #C7181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7181E; }
p { color: rgb(199,24,30); }
H1.HeaderClassName
{
color: #C7181E;
}
.AnyTagClassName
{
color: #C7181E;
}
</style>
background-color css
<style>
a { background-color: #C7181E; }
a { background-color: rgb(199,24,30); }
div.DivClassName
{
background-color: #C7181E;
}
.BgClassName
{
background-color: #C7181E;
}
</style>
border-color css
<style>
span { border-color: #C7181E; }
span { border-color: rgb(199,24,30); }
td.TdClassName
{
border-color: #C7181E;
}
.TagClassName
{
border-color: #C7181E;
}
</style>