Shades of Fire Engine Red #C71124
Tints of Fire Engine Red #C71124
RGB
CMYK
RGB Variations
Color information
#C71124 (or 0xC71124) is known color: Fire Engine Red. HEX triplet: C7, 11 and 24. RGB value is (199,17,36). Sum of RGB (Red+Green+Blue) = 199+17+36=252 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.97% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 199 - color contains mainly: red. Hex color #C71124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71124 is #38EEDB. Grayscale: #494949. Windows color (decimal): -3731164 or 2363847. OLE color: 2363847.
HSL color Cylindrical-coordinate representation of color #C71124: hue angle of 353.74º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71124 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 36 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.22 |
| HSL | 353.74º | 0.84% | 0.42% | - |
| HSV(B) | 353.74º | 0.91% | 0.78% | - |
| XYZ | 24.07 | 12.67 | 2.85 | - |
| YUV | 73.58 | 106.8 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 36 | 0 | 0.91 | 0.82 | 0.22 | 353.74 | 0.84 | 0.42 |
| Hex | C7 | 11 | 24 | 0 | 5B | 52 | 16 | 162 | 54 | 2A |
| Octal | 307 | 21 | 44 | 0 | 133 | 122 | 26 | 542 | 124 | 52 |
| Binary | 11000111 | 10001 | 100100 | 0 | 1011011 | 1010010 | 10110 | 101100010 | 1010100 | 101010 |
Color Harmonies of #C71124
Complementary color
Monochromatic Colors of #C71124
Black with #C71124
Text Example
Text Example
White with #C71124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71124; }
p { color: rgb(199,17,36); }
H1.HeaderClassName
{
color: #C71124;
}
.AnyTagClassName
{
color: #C71124;
}
</style>
background-color css
<style>
a { background-color: #C71124; }
a { background-color: rgb(199,17,36); }
div.DivClassName
{
background-color: #C71124;
}
.BgClassName
{
background-color: #C71124;
}
</style>
border-color css
<style>
span { border-color: #C71124; }
span { border-color: rgb(199,17,36); }
td.TdClassName
{
border-color: #C71124;
}
.TagClassName
{
border-color: #C71124;
}
</style>