Shades of Fire Engine Red #C9121E
Tints of Fire Engine Red #C9121E
RGB
CMYK
RGB Variations
Color information
#C9121E (or 0xC9121E) is known color: Fire Engine Red. HEX triplet: C9, 12 and 1E. RGB value is (201,18,30). Sum of RGB (Red+Green+Blue) = 201+18+30=249 (32% of max value = 765). Red value is 201 (78.91% from 255 or 80.72% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 201 - color contains mainly: red. Hex color #C9121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9121E is #36EDE1. Grayscale: #4A4A4A. Windows color (decimal): -3599842 or 1970889. OLE color: 1970889.
HSL color Cylindrical-coordinate representation of color #C9121E: hue angle of 356.07º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9121E is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 30 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.21 |
| HSL | 356.07º | 0.84% | 0.43% | - |
| HSV(B) | 356.07º | 0.91% | 0.79% | - |
| XYZ | 24.54 | 12.94 | 2.43 | - |
| YUV | 74.09 | 103.13 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 30 | 0 | 0.91 | 0.85 | 0.21 | 356.07 | 0.84 | 0.43 |
| Hex | C9 | 12 | 1E | 0 | 5B | 55 | 15 | 164 | 54 | 2B |
| Octal | 311 | 22 | 36 | 0 | 133 | 125 | 25 | 544 | 124 | 53 |
| Binary | 11001001 | 10010 | 11110 | 0 | 1011011 | 1010101 | 10101 | 101100100 | 1010100 | 101011 |
Color Harmonies of #C9121E
Complementary color
Monochromatic Colors of #C9121E
Black with #C9121E
Text Example
Text Example
White with #C9121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9121E; }
p { color: rgb(201,18,30); }
H1.HeaderClassName
{
color: #C9121E;
}
.AnyTagClassName
{
color: #C9121E;
}
</style>
background-color css
<style>
a { background-color: #C9121E; }
a { background-color: rgb(201,18,30); }
div.DivClassName
{
background-color: #C9121E;
}
.BgClassName
{
background-color: #C9121E;
}
</style>
border-color css
<style>
span { border-color: #C9121E; }
span { border-color: rgb(201,18,30); }
td.TdClassName
{
border-color: #C9121E;
}
.TagClassName
{
border-color: #C9121E;
}
</style>