Shades of Fire Engine Red #C7121D
Tints of Fire Engine Red #C7121D
RGB
CMYK
RGB Variations
Color information
#C7121D (or 0xC7121D) is known color: Fire Engine Red. HEX triplet: C7, 12 and 1D. RGB value is (199,18,29). Sum of RGB (Red+Green+Blue) = 199+18+29=246 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.89% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 199 - color contains mainly: red. Hex color #C7121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7121D is #38EDE2. Grayscale: #494949. Windows color (decimal): -3730915 or 1905351. OLE color: 1905351.
HSL color Cylindrical-coordinate representation of color #C7121D: hue angle of 356.35º 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 #C7121D is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 29 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.22 |
| HSL | 356.35º | 0.83% | 0.43% | - |
| HSV(B) | 356.35º | 0.91% | 0.78% | - |
| XYZ | 23.99 | 12.66 | 2.34 | - |
| YUV | 73.37 | 102.97 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 29 | 0 | 0.91 | 0.85 | 0.22 | 356.35 | 0.83 | 0.43 |
| Hex | C7 | 12 | 1D | 0 | 5B | 55 | 16 | 164 | 53 | 2B |
| Octal | 307 | 22 | 35 | 0 | 133 | 125 | 26 | 544 | 123 | 53 |
| Binary | 11000111 | 10010 | 11101 | 0 | 1011011 | 1010101 | 10110 | 101100100 | 1010011 | 101011 |
Color Harmonies of #C7121D
Complementary color
Monochromatic Colors of #C7121D
Black with #C7121D
Text Example
Text Example
White with #C7121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7121D; }
p { color: rgb(199,18,29); }
H1.HeaderClassName
{
color: #C7121D;
}
.AnyTagClassName
{
color: #C7121D;
}
</style>
background-color css
<style>
a { background-color: #C7121D; }
a { background-color: rgb(199,18,29); }
div.DivClassName
{
background-color: #C7121D;
}
.BgClassName
{
background-color: #C7121D;
}
</style>
border-color css
<style>
span { border-color: #C7121D; }
span { border-color: rgb(199,18,29); }
td.TdClassName
{
border-color: #C7121D;
}
.TagClassName
{
border-color: #C7121D;
}
</style>