Shades of Fire Engine Red #C9121B
Tints of Fire Engine Red #C9121B
RGB
CMYK
RGB Variations
Color information
#C9121B (or 0xC9121B) is known color: Fire Engine Red. HEX triplet: C9, 12 and 1B. RGB value is (201,18,27). Sum of RGB (Red+Green+Blue) = 201+18+27=246 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.71% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 201 - color contains mainly: red. Hex color #C9121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9121B is #36EDE4. Grayscale: #494949. Windows color (decimal): -3599845 or 1774281. OLE color: 1774281.
HSL color Cylindrical-coordinate representation of color #C9121B: hue angle of 357.05º 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 #C9121B is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 27 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.21 |
| HSL | 357.05º | 0.84% | 0.43% | - |
| HSV(B) | 357.05º | 0.91% | 0.79% | - |
| XYZ | 24.5 | 12.93 | 2.24 | - |
| YUV | 73.74 | 101.63 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 27 | 0 | 0.91 | 0.87 | 0.21 | 357.05 | 0.84 | 0.43 |
| Hex | C9 | 12 | 1B | 0 | 5B | 57 | 15 | 165 | 54 | 2B |
| Octal | 311 | 22 | 33 | 0 | 133 | 127 | 25 | 545 | 124 | 53 |
| Binary | 11001001 | 10010 | 11011 | 0 | 1011011 | 1010111 | 10101 | 101100101 | 1010100 | 101011 |
Color Harmonies of #C9121B
Complementary color
Monochromatic Colors of #C9121B
Black with #C9121B
Text Example
Text Example
White with #C9121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9121B; }
p { color: rgb(201,18,27); }
H1.HeaderClassName
{
color: #C9121B;
}
.AnyTagClassName
{
color: #C9121B;
}
</style>
background-color css
<style>
a { background-color: #C9121B; }
a { background-color: rgb(201,18,27); }
div.DivClassName
{
background-color: #C9121B;
}
.BgClassName
{
background-color: #C9121B;
}
</style>
border-color css
<style>
span { border-color: #C9121B; }
span { border-color: rgb(201,18,27); }
td.TdClassName
{
border-color: #C9121B;
}
.TagClassName
{
border-color: #C9121B;
}
</style>