Shades of Fire Engine Red #C9092E
Tints of Fire Engine Red #C9092E
RGB
CMYK
RGB Variations
Color information
#C9092E (or 0xC9092E) is known color: Fire Engine Red. HEX triplet: C9, 09 and 2E. RGB value is (201,9,46). Sum of RGB (Red+Green+Blue) = 201+9+46=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C9092E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9092E is #36F6D1. Grayscale: #464646. Windows color (decimal): -3602130 or 3017161. OLE color: 3017161.
HSL color Cylindrical-coordinate representation of color #C9092E: hue angle of 348.44º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9092E is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 46 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.21 |
| HSL | 348.44º | 0.91% | 0.41% | - |
| HSV(B) | 348.44º | 0.96% | 0.79% | - |
| XYZ | 24.68 | 12.81 | 3.76 | - |
| YUV | 70.63 | 114.11 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 46 | 0 | 0.96 | 0.77 | 0.21 | 348.44 | 0.91 | 0.41 |
| Hex | C9 | 9 | 2E | 0 | 60 | 4D | 15 | 15C | 5B | 29 |
| Octal | 311 | 11 | 56 | 0 | 140 | 115 | 25 | 534 | 133 | 51 |
| Binary | 11001001 | 1001 | 101110 | 0 | 1100000 | 1001101 | 10101 | 101011100 | 1011011 | 101001 |
Color Harmonies of #C9092E
Complementary color
Monochromatic Colors of #C9092E
Black with #C9092E
Text Example
Text Example
White with #C9092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9092E; }
p { color: rgb(201,9,46); }
H1.HeaderClassName
{
color: #C9092E;
}
.AnyTagClassName
{
color: #C9092E;
}
</style>
background-color css
<style>
a { background-color: #C9092E; }
a { background-color: rgb(201,9,46); }
div.DivClassName
{
background-color: #C9092E;
}
.BgClassName
{
background-color: #C9092E;
}
</style>
border-color css
<style>
span { border-color: #C9092E; }
span { border-color: rgb(201,9,46); }
td.TdClassName
{
border-color: #C9092E;
}
.TagClassName
{
border-color: #C9092E;
}
</style>