Shades of Fire Engine Red #C7121F
Tints of Fire Engine Red #C7121F
RGB
CMYK
RGB Variations
Color information
#C7121F (or 0xC7121F) is known color: Fire Engine Red. HEX triplet: C7, 12 and 1F. RGB value is (199,18,31). Sum of RGB (Red+Green+Blue) = 199+18+31=248 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.24% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 199 - color contains mainly: red. Hex color #C7121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7121F is #38EDE0. Grayscale: #494949. Windows color (decimal): -3730913 or 2036423. OLE color: 2036423.
HSL color Cylindrical-coordinate representation of color #C7121F: hue angle of 355.69º 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 #C7121F is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 31 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.22 |
| HSL | 355.69º | 0.83% | 0.43% | - |
| HSV(B) | 355.69º | 0.91% | 0.78% | - |
| XYZ | 24.02 | 12.67 | 2.48 | - |
| YUV | 73.6 | 103.97 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 31 | 0 | 0.91 | 0.84 | 0.22 | 355.69 | 0.83 | 0.43 |
| Hex | C7 | 12 | 1F | 0 | 5B | 54 | 16 | 164 | 53 | 2B |
| Octal | 307 | 22 | 37 | 0 | 133 | 124 | 26 | 544 | 123 | 53 |
| Binary | 11000111 | 10010 | 11111 | 0 | 1011011 | 1010100 | 10110 | 101100100 | 1010011 | 101011 |
Color Harmonies of #C7121F
Complementary color
Monochromatic Colors of #C7121F
Black with #C7121F
Text Example
Text Example
White with #C7121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7121F; }
p { color: rgb(199,18,31); }
H1.HeaderClassName
{
color: #C7121F;
}
.AnyTagClassName
{
color: #C7121F;
}
</style>
background-color css
<style>
a { background-color: #C7121F; }
a { background-color: rgb(199,18,31); }
div.DivClassName
{
background-color: #C7121F;
}
.BgClassName
{
background-color: #C7121F;
}
</style>
border-color css
<style>
span { border-color: #C7121F; }
span { border-color: rgb(199,18,31); }
td.TdClassName
{
border-color: #C7121F;
}
.TagClassName
{
border-color: #C7121F;
}
</style>