Shades of Fire Engine Red #C7151D
Tints of Fire Engine Red #C7151D
RGB
CMYK
RGB Variations
Color information
#C7151D (or 0xC7151D) is known color: Fire Engine Red. HEX triplet: C7, 15 and 1D. RGB value is (199,21,29). Sum of RGB (Red+Green+Blue) = 199+21+29=249 (32% of max value = 765). Red value is 199 (78.12% from 255 or 79.92% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 199 - color contains mainly: red. Hex color #C7151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7151D is #38EAE2. Grayscale: #4B4B4B. Windows color (decimal): -3730147 or 1906119. OLE color: 1906119.
HSL color Cylindrical-coordinate representation of color #C7151D: hue angle of 357.3º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7151D is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 29 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.22 |
| HSL | 357.3º | 0.81% | 0.43% | - |
| HSV(B) | 357.3º | 0.89% | 0.78% | - |
| XYZ | 24.04 | 12.77 | 2.36 | - |
| YUV | 75.13 | 101.97 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 29 | 0 | 0.89 | 0.85 | 0.22 | 357.3 | 0.81 | 0.43 |
| Hex | C7 | 15 | 1D | 0 | 59 | 55 | 16 | 165 | 51 | 2B |
| Octal | 307 | 25 | 35 | 0 | 131 | 125 | 26 | 545 | 121 | 53 |
| Binary | 11000111 | 10101 | 11101 | 0 | 1011001 | 1010101 | 10110 | 101100101 | 1010001 | 101011 |
Color Harmonies of #C7151D
Complementary color
Monochromatic Colors of #C7151D
Black with #C7151D
Text Example
Text Example
White with #C7151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7151D; }
p { color: rgb(199,21,29); }
H1.HeaderClassName
{
color: #C7151D;
}
.AnyTagClassName
{
color: #C7151D;
}
</style>
background-color css
<style>
a { background-color: #C7151D; }
a { background-color: rgb(199,21,29); }
div.DivClassName
{
background-color: #C7151D;
}
.BgClassName
{
background-color: #C7151D;
}
</style>
border-color css
<style>
span { border-color: #C7151D; }
span { border-color: rgb(199,21,29); }
td.TdClassName
{
border-color: #C7151D;
}
.TagClassName
{
border-color: #C7151D;
}
</style>