Shades of Fire Engine Red #C9111D
Tints of Fire Engine Red #C9111D
RGB
CMYK
RGB Variations
Color information
#C9111D (or 0xC9111D) is known color: Fire Engine Red. HEX triplet: C9, 11 and 1D. RGB value is (201,17,29). Sum of RGB (Red+Green+Blue) = 201+17+29=247 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.38% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 201 - color contains mainly: red. Hex color #C9111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9111D is #36EEE2. Grayscale: #494949. Windows color (decimal): -3600099 or 1905097. OLE color: 1905097.
HSL color Cylindrical-coordinate representation of color #C9111D: hue angle of 356.09º 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 #C9111D is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 29 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.21 |
| HSL | 356.09º | 0.84% | 0.43% | - |
| HSV(B) | 356.09º | 0.92% | 0.79% | - |
| XYZ | 24.51 | 12.91 | 2.36 | - |
| YUV | 73.38 | 102.96 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 29 | 0 | 0.92 | 0.86 | 0.21 | 356.09 | 0.84 | 0.43 |
| Hex | C9 | 11 | 1D | 0 | 5C | 56 | 15 | 164 | 54 | 2B |
| Octal | 311 | 21 | 35 | 0 | 134 | 126 | 25 | 544 | 124 | 53 |
| Binary | 11001001 | 10001 | 11101 | 0 | 1011100 | 1010110 | 10101 | 101100100 | 1010100 | 101011 |
Color Harmonies of #C9111D
Complementary color
Monochromatic Colors of #C9111D
Black with #C9111D
Text Example
Text Example
White with #C9111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9111D; }
p { color: rgb(201,17,29); }
H1.HeaderClassName
{
color: #C9111D;
}
.AnyTagClassName
{
color: #C9111D;
}
</style>
background-color css
<style>
a { background-color: #C9111D; }
a { background-color: rgb(201,17,29); }
div.DivClassName
{
background-color: #C9111D;
}
.BgClassName
{
background-color: #C9111D;
}
</style>
border-color css
<style>
span { border-color: #C9111D; }
span { border-color: rgb(201,17,29); }
td.TdClassName
{
border-color: #C9111D;
}
.TagClassName
{
border-color: #C9111D;
}
</style>