Shades of Fire Engine Red #C9102E
Tints of Fire Engine Red #C9102E
RGB
CMYK
RGB Variations
Color information
#C9102E (or 0xC9102E) is known color: Fire Engine Red. HEX triplet: C9, 10 and 2E. RGB value is (201,16,46). Sum of RGB (Red+Green+Blue) = 201+16+46=263 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.43% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 201 - color contains mainly: red. Hex color #C9102E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9102E is #36EFD1. Grayscale: #4A4A4A. Windows color (decimal): -3600338 or 3018953. OLE color: 3018953.
HSL color Cylindrical-coordinate representation of color #C9102E: hue angle of 350.27º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9102E is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 46 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.21 |
| HSL | 350.27º | 0.85% | 0.43% | - |
| HSV(B) | 350.27º | 0.92% | 0.79% | - |
| XYZ | 24.77 | 12.99 | 3.79 | - |
| YUV | 74.74 | 111.79 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 46 | 0 | 0.92 | 0.77 | 0.21 | 350.27 | 0.85 | 0.43 |
| Hex | C9 | 10 | 2E | 0 | 5C | 4D | 15 | 15E | 55 | 2B |
| Octal | 311 | 20 | 56 | 0 | 134 | 115 | 25 | 536 | 125 | 53 |
| Binary | 11001001 | 10000 | 101110 | 0 | 1011100 | 1001101 | 10101 | 101011110 | 1010101 | 101011 |
Color Harmonies of #C9102E
Complementary color
Monochromatic Colors of #C9102E
Black with #C9102E
Text Example
Text Example
White with #C9102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9102E; }
p { color: rgb(201,16,46); }
H1.HeaderClassName
{
color: #C9102E;
}
.AnyTagClassName
{
color: #C9102E;
}
</style>
background-color css
<style>
a { background-color: #C9102E; }
a { background-color: rgb(201,16,46); }
div.DivClassName
{
background-color: #C9102E;
}
.BgClassName
{
background-color: #C9102E;
}
</style>
border-color css
<style>
span { border-color: #C9102E; }
span { border-color: rgb(201,16,46); }
td.TdClassName
{
border-color: #C9102E;
}
.TagClassName
{
border-color: #C9102E;
}
</style>