Shades of Fire Engine Red #C7141D
Tints of Fire Engine Red #C7141D
RGB
CMYK
RGB Variations
Color information
#C7141D (or 0xC7141D) is known color: Fire Engine Red. HEX triplet: C7, 14 and 1D. RGB value is (199,20,29). Sum of RGB (Red+Green+Blue) = 199+20+29=248 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.24% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 199 - color contains mainly: red. Hex color #C7141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7141D is #38EBE2. Grayscale: #4A4A4A. Windows color (decimal): -3730403 or 1905863. OLE color: 1905863.
HSL color Cylindrical-coordinate representation of color #C7141D: hue angle of 356.98º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7141D is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 29 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.22 |
| HSL | 356.98º | 0.82% | 0.43% | - |
| HSV(B) | 356.98º | 0.9% | 0.78% | - |
| XYZ | 24.03 | 12.73 | 2.35 | - |
| YUV | 74.55 | 102.3 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 29 | 0 | 0.90 | 0.85 | 0.22 | 356.98 | 0.82 | 0.43 |
| Hex | C7 | 14 | 1D | 0 | 5A | 55 | 16 | 165 | 52 | 2B |
| Octal | 307 | 24 | 35 | 0 | 132 | 125 | 26 | 545 | 122 | 53 |
| Binary | 11000111 | 10100 | 11101 | 0 | 1011010 | 1010101 | 10110 | 101100101 | 1010010 | 101011 |
Color Harmonies of #C7141D
Complementary color
Monochromatic Colors of #C7141D
Black with #C7141D
Text Example
Text Example
White with #C7141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7141D; }
p { color: rgb(199,20,29); }
H1.HeaderClassName
{
color: #C7141D;
}
.AnyTagClassName
{
color: #C7141D;
}
</style>
background-color css
<style>
a { background-color: #C7141D; }
a { background-color: rgb(199,20,29); }
div.DivClassName
{
background-color: #C7141D;
}
.BgClassName
{
background-color: #C7141D;
}
</style>
border-color css
<style>
span { border-color: #C7141D; }
span { border-color: rgb(199,20,29); }
td.TdClassName
{
border-color: #C7141D;
}
.TagClassName
{
border-color: #C7141D;
}
</style>