Shades of Fire Engine Red #C8112C
Tints of Fire Engine Red #C8112C
RGB
CMYK
RGB Variations
Color information
#C8112C (or 0xC8112C) is known color: Fire Engine Red. HEX triplet: C8, 11 and 2C. RGB value is (200,17,44). Sum of RGB (Red+Green+Blue) = 200+17+44=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C8112C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8112C is #37EED3. Grayscale: #4A4A4A. Windows color (decimal): -3665620 or 2888136. OLE color: 2888136.
HSL color Cylindrical-coordinate representation of color #C8112C: hue angle of 351.15º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8112C is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 44 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.22 |
| HSL | 351.15º | 0.84% | 0.43% | - |
| HSV(B) | 351.15º | 0.92% | 0.78% | - |
| XYZ | 24.47 | 12.86 | 3.58 | - |
| YUV | 74.8 | 110.63 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 44 | 0 | 0.92 | 0.78 | 0.22 | 351.15 | 0.84 | 0.43 |
| Hex | C8 | 11 | 2C | 0 | 5C | 4E | 16 | 15F | 54 | 2B |
| Octal | 310 | 21 | 54 | 0 | 134 | 116 | 26 | 537 | 124 | 53 |
| Binary | 11001000 | 10001 | 101100 | 0 | 1011100 | 1001110 | 10110 | 101011111 | 1010100 | 101011 |
Color Harmonies of #C8112C
Complementary color
Monochromatic Colors of #C8112C
Black with #C8112C
Text Example
Text Example
White with #C8112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8112C; }
p { color: rgb(200,17,44); }
H1.HeaderClassName
{
color: #C8112C;
}
.AnyTagClassName
{
color: #C8112C;
}
</style>
background-color css
<style>
a { background-color: #C8112C; }
a { background-color: rgb(200,17,44); }
div.DivClassName
{
background-color: #C8112C;
}
.BgClassName
{
background-color: #C8112C;
}
</style>
border-color css
<style>
span { border-color: #C8112C; }
span { border-color: rgb(200,17,44); }
td.TdClassName
{
border-color: #C8112C;
}
.TagClassName
{
border-color: #C8112C;
}
</style>