Shades of Fire Engine Red #C7121B
Tints of Fire Engine Red #C7121B
RGB
CMYK
RGB Variations
Color information
#C7121B (or 0xC7121B) is known color: Fire Engine Red. HEX triplet: C7, 12 and 1B. RGB value is (199,18,27). Sum of RGB (Red+Green+Blue) = 199+18+27=244 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.56% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 199 - color contains mainly: red. Hex color #C7121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7121B is #38EDE4. Grayscale: #494949. Windows color (decimal): -3730917 or 1774279. OLE color: 1774279.
HSL color Cylindrical-coordinate representation of color #C7121B: hue angle of 357.02º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7121B is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 27 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.22 |
| HSL | 357.02º | 0.83% | 0.43% | - |
| HSV(B) | 357.02º | 0.91% | 0.78% | - |
| XYZ | 23.97 | 12.65 | 2.22 | - |
| YUV | 73.15 | 101.97 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 27 | 0 | 0.91 | 0.86 | 0.22 | 357.02 | 0.83 | 0.43 |
| Hex | C7 | 12 | 1B | 0 | 5B | 56 | 16 | 165 | 53 | 2B |
| Octal | 307 | 22 | 33 | 0 | 133 | 126 | 26 | 545 | 123 | 53 |
| Binary | 11000111 | 10010 | 11011 | 0 | 1011011 | 1010110 | 10110 | 101100101 | 1010011 | 101011 |
Color Harmonies of #C7121B
Complementary color
Monochromatic Colors of #C7121B
Black with #C7121B
Text Example
Text Example
White with #C7121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7121B; }
p { color: rgb(199,18,27); }
H1.HeaderClassName
{
color: #C7121B;
}
.AnyTagClassName
{
color: #C7121B;
}
</style>
background-color css
<style>
a { background-color: #C7121B; }
a { background-color: rgb(199,18,27); }
div.DivClassName
{
background-color: #C7121B;
}
.BgClassName
{
background-color: #C7121B;
}
</style>
border-color css
<style>
span { border-color: #C7121B; }
span { border-color: rgb(199,18,27); }
td.TdClassName
{
border-color: #C7121B;
}
.TagClassName
{
border-color: #C7121B;
}
</style>