Shades of Fire Engine Red #C9182C
Tints of Fire Engine Red #C9182C
RGB
CMYK
RGB Variations
Color information
#C9182C (or 0xC9182C) is known color: Fire Engine Red. HEX triplet: C9, 18 and 2C. RGB value is (201,24,44). Sum of RGB (Red+Green+Blue) = 201+24+44=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C9182C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9182C is #36E7D3. Grayscale: #4F4F4F. Windows color (decimal): -3598292 or 2889929. OLE color: 2889929.
HSL color Cylindrical-coordinate representation of color #C9182C: hue angle of 353.22º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9182C is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 44 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.21 |
| HSL | 353.22º | 0.79% | 0.44% | - |
| HSV(B) | 353.22º | 0.88% | 0.79% | - |
| XYZ | 24.87 | 13.25 | 3.63 | - |
| YUV | 79.2 | 108.14 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 44 | 0 | 0.88 | 0.78 | 0.21 | 353.22 | 0.79 | 0.44 |
| Hex | C9 | 18 | 2C | 0 | 58 | 4E | 15 | 161 | 4F | 2C |
| Octal | 311 | 30 | 54 | 0 | 130 | 116 | 25 | 541 | 117 | 54 |
| Binary | 11001001 | 11000 | 101100 | 0 | 1011000 | 1001110 | 10101 | 101100001 | 1001111 | 101100 |
Color Harmonies of #C9182C
Complementary color
Monochromatic Colors of #C9182C
Black with #C9182C
Text Example
Text Example
White with #C9182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9182C; }
p { color: rgb(201,24,44); }
H1.HeaderClassName
{
color: #C9182C;
}
.AnyTagClassName
{
color: #C9182C;
}
</style>
background-color css
<style>
a { background-color: #C9182C; }
a { background-color: rgb(201,24,44); }
div.DivClassName
{
background-color: #C9182C;
}
.BgClassName
{
background-color: #C9182C;
}
</style>
border-color css
<style>
span { border-color: #C9182C; }
span { border-color: rgb(201,24,44); }
td.TdClassName
{
border-color: #C9182C;
}
.TagClassName
{
border-color: #C9182C;
}
</style>