Shades of Fire Engine Red #C9092F
Tints of Fire Engine Red #C9092F
RGB
CMYK
RGB Variations
Color information
#C9092F (or 0xC9092F) is known color: Fire Engine Red. HEX triplet: C9, 09 and 2F. RGB value is (201,9,47). Sum of RGB (Red+Green+Blue) = 201+9+47=257 (34% of max value = 765). Red value is 201 (78.91% from 255 or 78.21% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 201 - color contains mainly: red. Hex color #C9092F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9092F is #36F6D0. Grayscale: #464646. Windows color (decimal): -3602129 or 3082697. OLE color: 3082697.
HSL color Cylindrical-coordinate representation of color #C9092F: hue angle of 348.12º 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 #C9092F is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 47 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.21 |
| HSL | 348.13º | 0.91% | 0.41% | - |
| HSV(B) | 348.13º | 0.96% | 0.79% | - |
| XYZ | 24.7 | 12.82 | 3.86 | - |
| YUV | 70.74 | 114.61 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 47 | 0 | 0.96 | 0.77 | 0.21 | 348.13 | 0.91 | 0.41 |
| Hex | C9 | 9 | 2F | 0 | 60 | 4D | 15 | 15C | 5B | 29 |
| Octal | 311 | 11 | 57 | 0 | 140 | 115 | 25 | 534 | 133 | 51 |
| Binary | 11001001 | 1001 | 101111 | 0 | 1100000 | 1001101 | 10101 | 101011100 | 1011011 | 101001 |
Color Harmonies of #C9092F
Complementary color
Monochromatic Colors of #C9092F
Black with #C9092F
Text Example
Text Example
White with #C9092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9092F; }
p { color: rgb(201,9,47); }
H1.HeaderClassName
{
color: #C9092F;
}
.AnyTagClassName
{
color: #C9092F;
}
</style>
background-color css
<style>
a { background-color: #C9092F; }
a { background-color: rgb(201,9,47); }
div.DivClassName
{
background-color: #C9092F;
}
.BgClassName
{
background-color: #C9092F;
}
</style>
border-color css
<style>
span { border-color: #C9092F; }
span { border-color: rgb(201,9,47); }
td.TdClassName
{
border-color: #C9092F;
}
.TagClassName
{
border-color: #C9092F;
}
</style>