Shades of Fire Engine Red #C9122C
Tints of Fire Engine Red #C9122C
RGB
CMYK
RGB Variations
Color information
#C9122C (or 0xC9122C) is known color: Fire Engine Red. HEX triplet: C9, 12 and 2C. RGB value is (201,18,44). Sum of RGB (Red+Green+Blue) = 201+18+44=263 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.43% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 201 - color contains mainly: red. Hex color #C9122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9122C is #36EDD3. Grayscale: #4B4B4B. Windows color (decimal): -3599828 or 2888393. OLE color: 2888393.
HSL color Cylindrical-coordinate representation of color #C9122C: hue angle of 351.48º 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 #C9122C is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 44 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.21 |
| HSL | 351.48º | 0.84% | 0.43% | - |
| HSV(B) | 351.48º | 0.91% | 0.79% | - |
| XYZ | 24.76 | 13.03 | 3.59 | - |
| YUV | 75.68 | 110.13 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 44 | 0 | 0.91 | 0.78 | 0.21 | 351.48 | 0.84 | 0.43 |
| Hex | C9 | 12 | 2C | 0 | 5B | 4E | 15 | 15F | 54 | 2B |
| Octal | 311 | 22 | 54 | 0 | 133 | 116 | 25 | 537 | 124 | 53 |
| Binary | 11001001 | 10010 | 101100 | 0 | 1011011 | 1001110 | 10101 | 101011111 | 1010100 | 101011 |
Color Harmonies of #C9122C
Complementary color
Monochromatic Colors of #C9122C
Black with #C9122C
Text Example
Text Example
White with #C9122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9122C; }
p { color: rgb(201,18,44); }
H1.HeaderClassName
{
color: #C9122C;
}
.AnyTagClassName
{
color: #C9122C;
}
</style>
background-color css
<style>
a { background-color: #C9122C; }
a { background-color: rgb(201,18,44); }
div.DivClassName
{
background-color: #C9122C;
}
.BgClassName
{
background-color: #C9122C;
}
</style>
border-color css
<style>
span { border-color: #C9122C; }
span { border-color: rgb(201,18,44); }
td.TdClassName
{
border-color: #C9122C;
}
.TagClassName
{
border-color: #C9122C;
}
</style>