Shades of Fire Engine Red #C9142C
Tints of Fire Engine Red #C9142C
RGB
CMYK
RGB Variations
Color information
#C9142C (or 0xC9142C) is known color: Fire Engine Red. HEX triplet: C9, 14 and 2C. RGB value is (201,20,44). Sum of RGB (Red+Green+Blue) = 201+20+44=265 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.85% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 201 - color contains mainly: red. Hex color #C9142C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9142C is #36EBD3. Grayscale: #4C4C4C. Windows color (decimal): -3599316 or 2888905. OLE color: 2888905.
HSL color Cylindrical-coordinate representation of color #C9142C: hue angle of 352.04º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9142C is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 44 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.21 |
| HSL | 352.04º | 0.82% | 0.43% | - |
| HSV(B) | 352.04º | 0.9% | 0.79% | - |
| XYZ | 24.79 | 13.1 | 3.6 | - |
| YUV | 76.86 | 109.47 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 44 | 0 | 0.90 | 0.78 | 0.21 | 352.04 | 0.82 | 0.43 |
| Hex | C9 | 14 | 2C | 0 | 5A | 4E | 15 | 160 | 52 | 2B |
| Octal | 311 | 24 | 54 | 0 | 132 | 116 | 25 | 540 | 122 | 53 |
| Binary | 11001001 | 10100 | 101100 | 0 | 1011010 | 1001110 | 10101 | 101100000 | 1010010 | 101011 |
Color Harmonies of #C9142C
Complementary color
Monochromatic Colors of #C9142C
Black with #C9142C
Text Example
Text Example
White with #C9142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9142C; }
p { color: rgb(201,20,44); }
H1.HeaderClassName
{
color: #C9142C;
}
.AnyTagClassName
{
color: #C9142C;
}
</style>
background-color css
<style>
a { background-color: #C9142C; }
a { background-color: rgb(201,20,44); }
div.DivClassName
{
background-color: #C9142C;
}
.BgClassName
{
background-color: #C9142C;
}
</style>
border-color css
<style>
span { border-color: #C9142C; }
span { border-color: rgb(201,20,44); }
td.TdClassName
{
border-color: #C9142C;
}
.TagClassName
{
border-color: #C9142C;
}
</style>