Shades of Fire Engine Red #C9122E
Tints of Fire Engine Red #C9122E
RGB
CMYK
RGB Variations
Color information
#C9122E (or 0xC9122E) is known color: Fire Engine Red. HEX triplet: C9, 12 and 2E. RGB value is (201,18,46). Sum of RGB (Red+Green+Blue) = 201+18+46=265 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.85% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 201 - color contains mainly: red. Hex color #C9122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9122E is #36EDD1. Grayscale: #4B4B4B. Windows color (decimal): -3599826 or 3019465. OLE color: 3019465.
HSL color Cylindrical-coordinate representation of color #C9122E: hue angle of 350.82º 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 #C9122E is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 46 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.21 |
| HSL | 350.82º | 0.84% | 0.43% | - |
| HSV(B) | 350.82º | 0.91% | 0.79% | - |
| XYZ | 24.8 | 13.05 | 3.8 | - |
| YUV | 75.91 | 111.13 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 46 | 0 | 0.91 | 0.77 | 0.21 | 350.82 | 0.84 | 0.43 |
| Hex | C9 | 12 | 2E | 0 | 5B | 4D | 15 | 15F | 54 | 2B |
| Octal | 311 | 22 | 56 | 0 | 133 | 115 | 25 | 537 | 124 | 53 |
| Binary | 11001001 | 10010 | 101110 | 0 | 1011011 | 1001101 | 10101 | 101011111 | 1010100 | 101011 |
Color Harmonies of #C9122E
Complementary color
Monochromatic Colors of #C9122E
Black with #C9122E
Text Example
Text Example
White with #C9122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9122E; }
p { color: rgb(201,18,46); }
H1.HeaderClassName
{
color: #C9122E;
}
.AnyTagClassName
{
color: #C9122E;
}
</style>
background-color css
<style>
a { background-color: #C9122E; }
a { background-color: rgb(201,18,46); }
div.DivClassName
{
background-color: #C9122E;
}
.BgClassName
{
background-color: #C9122E;
}
</style>
border-color css
<style>
span { border-color: #C9122E; }
span { border-color: rgb(201,18,46); }
td.TdClassName
{
border-color: #C9122E;
}
.TagClassName
{
border-color: #C9122E;
}
</style>