Shades of Fire Engine Red #C91124
Tints of Fire Engine Red #C91124
RGB
CMYK
RGB Variations
Color information
#C91124 (or 0xC91124) is known color: Fire Engine Red. HEX triplet: C9, 11 and 24. RGB value is (201,17,36). Sum of RGB (Red+Green+Blue) = 201+17+36=254 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.13% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 201 - color contains mainly: red. Hex color #C91124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91124 is #36EEDB. Grayscale: #4A4A4A. Windows color (decimal): -3600092 or 2363849. OLE color: 2363849.
HSL color Cylindrical-coordinate representation of color #C91124: hue angle of 353.8º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91124 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 36 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.21 |
| HSL | 353.8º | 0.84% | 0.43% | - |
| HSV(B) | 353.8º | 0.92% | 0.79% | - |
| XYZ | 24.61 | 12.95 | 2.87 | - |
| YUV | 74.18 | 106.46 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 36 | 0 | 0.92 | 0.82 | 0.21 | 353.8 | 0.84 | 0.43 |
| Hex | C9 | 11 | 24 | 0 | 5C | 52 | 15 | 162 | 54 | 2B |
| Octal | 311 | 21 | 44 | 0 | 134 | 122 | 25 | 542 | 124 | 53 |
| Binary | 11001001 | 10001 | 100100 | 0 | 1011100 | 1010010 | 10101 | 101100010 | 1010100 | 101011 |
Color Harmonies of #C91124
Complementary color
Monochromatic Colors of #C91124
Black with #C91124
Text Example
Text Example
White with #C91124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91124; }
p { color: rgb(201,17,36); }
H1.HeaderClassName
{
color: #C91124;
}
.AnyTagClassName
{
color: #C91124;
}
</style>
background-color css
<style>
a { background-color: #C91124; }
a { background-color: rgb(201,17,36); }
div.DivClassName
{
background-color: #C91124;
}
.BgClassName
{
background-color: #C91124;
}
</style>
border-color css
<style>
span { border-color: #C91124; }
span { border-color: rgb(201,17,36); }
td.TdClassName
{
border-color: #C91124;
}
.TagClassName
{
border-color: #C91124;
}
</style>