Shades of Fire Engine Red #C9082E
Tints of Fire Engine Red #C9082E
RGB
CMYK
RGB Variations
Color information
#C9082E (or 0xC9082E) is known color: Fire Engine Red. HEX triplet: C9, 08 and 2E. RGB value is (201,8,46). Sum of RGB (Red+Green+Blue) = 201+8+46=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C9082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9082E is #36F7D1. Grayscale: #464646. Windows color (decimal): -3602386 or 3016905. OLE color: 3016905.
HSL color Cylindrical-coordinate representation of color #C9082E: hue angle of 348.19º degrees, saturation: 0.92, 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 #C9082E is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 46 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.21 |
| HSL | 348.19º | 0.92% | 0.41% | - |
| HSV(B) | 348.19º | 0.96% | 0.79% | - |
| XYZ | 24.67 | 12.79 | 3.75 | - |
| YUV | 70.04 | 114.44 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 46 | 0 | 0.96 | 0.77 | 0.21 | 348.19 | 0.92 | 0.41 |
| Hex | C9 | 8 | 2E | 0 | 60 | 4D | 15 | 15C | 5C | 29 |
| Octal | 311 | 10 | 56 | 0 | 140 | 115 | 25 | 534 | 134 | 51 |
| Binary | 11001001 | 1000 | 101110 | 0 | 1100000 | 1001101 | 10101 | 101011100 | 1011100 | 101001 |
Color Harmonies of #C9082E
Complementary color
Monochromatic Colors of #C9082E
Black with #C9082E
Text Example
Text Example
White with #C9082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9082E; }
p { color: rgb(201,8,46); }
H1.HeaderClassName
{
color: #C9082E;
}
.AnyTagClassName
{
color: #C9082E;
}
</style>
background-color css
<style>
a { background-color: #C9082E; }
a { background-color: rgb(201,8,46); }
div.DivClassName
{
background-color: #C9082E;
}
.BgClassName
{
background-color: #C9082E;
}
</style>
border-color css
<style>
span { border-color: #C9082E; }
span { border-color: rgb(201,8,46); }
td.TdClassName
{
border-color: #C9082E;
}
.TagClassName
{
border-color: #C9082E;
}
</style>