Shades of Fire Engine Red #C9111E
Tints of Fire Engine Red #C9111E
RGB
CMYK
RGB Variations
Color information
#C9111E (or 0xC9111E) is known color: Fire Engine Red. HEX triplet: C9, 11 and 1E. RGB value is (201,17,30). Sum of RGB (Red+Green+Blue) = 201+17+30=248 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.05% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 201 - color contains mainly: red. Hex color #C9111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9111E is #36EEE1. Grayscale: #494949. Windows color (decimal): -3600098 or 1970633. OLE color: 1970633.
HSL color Cylindrical-coordinate representation of color #C9111E: hue angle of 355.76º 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 #C9111E is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 30 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.21 |
| HSL | 355.76º | 0.84% | 0.43% | - |
| HSV(B) | 355.76º | 0.92% | 0.79% | - |
| XYZ | 24.52 | 12.91 | 2.43 | - |
| YUV | 73.5 | 103.46 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 30 | 0 | 0.92 | 0.85 | 0.21 | 355.76 | 0.84 | 0.43 |
| Hex | C9 | 11 | 1E | 0 | 5C | 55 | 15 | 164 | 54 | 2B |
| Octal | 311 | 21 | 36 | 0 | 134 | 125 | 25 | 544 | 124 | 53 |
| Binary | 11001001 | 10001 | 11110 | 0 | 1011100 | 1010101 | 10101 | 101100100 | 1010100 | 101011 |
Color Harmonies of #C9111E
Complementary color
Monochromatic Colors of #C9111E
Black with #C9111E
Text Example
Text Example
White with #C9111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9111E; }
p { color: rgb(201,17,30); }
H1.HeaderClassName
{
color: #C9111E;
}
.AnyTagClassName
{
color: #C9111E;
}
</style>
background-color css
<style>
a { background-color: #C9111E; }
a { background-color: rgb(201,17,30); }
div.DivClassName
{
background-color: #C9111E;
}
.BgClassName
{
background-color: #C9111E;
}
</style>
border-color css
<style>
span { border-color: #C9111E; }
span { border-color: rgb(201,17,30); }
td.TdClassName
{
border-color: #C9111E;
}
.TagClassName
{
border-color: #C9111E;
}
</style>