Shades of Fire Engine Red #C9121C
Tints of Fire Engine Red #C9121C
RGB
CMYK
RGB Variations
Color information
#C9121C (or 0xC9121C) is known color: Fire Engine Red. HEX triplet: C9, 12 and 1C. RGB value is (201,18,28). Sum of RGB (Red+Green+Blue) = 201+18+28=247 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.38% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 201 - color contains mainly: red. Hex color #C9121C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9121C is #36EDE3. Grayscale: #4A4A4A. Windows color (decimal): -3599844 or 1839817. OLE color: 1839817.
HSL color Cylindrical-coordinate representation of color #C9121C: hue angle of 356.72º 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 #C9121C is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 28 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.21 |
| HSL | 356.72º | 0.84% | 0.43% | - |
| HSV(B) | 356.72º | 0.91% | 0.79% | - |
| XYZ | 24.51 | 12.93 | 2.3 | - |
| YUV | 73.86 | 102.13 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 28 | 0 | 0.91 | 0.86 | 0.21 | 356.72 | 0.84 | 0.43 |
| Hex | C9 | 12 | 1C | 0 | 5B | 56 | 15 | 165 | 54 | 2B |
| Octal | 311 | 22 | 34 | 0 | 133 | 126 | 25 | 545 | 124 | 53 |
| Binary | 11001001 | 10010 | 11100 | 0 | 1011011 | 1010110 | 10101 | 101100101 | 1010100 | 101011 |
Color Harmonies of #C9121C
Complementary color
Monochromatic Colors of #C9121C
Black with #C9121C
Text Example
Text Example
White with #C9121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9121C; }
p { color: rgb(201,18,28); }
H1.HeaderClassName
{
color: #C9121C;
}
.AnyTagClassName
{
color: #C9121C;
}
</style>
background-color css
<style>
a { background-color: #C9121C; }
a { background-color: rgb(201,18,28); }
div.DivClassName
{
background-color: #C9121C;
}
.BgClassName
{
background-color: #C9121C;
}
</style>
border-color css
<style>
span { border-color: #C9121C; }
span { border-color: rgb(201,18,28); }
td.TdClassName
{
border-color: #C9121C;
}
.TagClassName
{
border-color: #C9121C;
}
</style>