Shades of Fire Engine Red #C8111B
Tints of Fire Engine Red #C8111B
RGB
CMYK
RGB Variations
Color information
#C8111B (or 0xC8111B) is known color: Fire Engine Red. HEX triplet: C8, 11 and 1B. RGB value is (200,17,27). Sum of RGB (Red+Green+Blue) = 200+17+27=244 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.97% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 200 - color contains mainly: red. Hex color #C8111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8111B is #37EEE4. Grayscale: #494949. Windows color (decimal): -3665637 or 1774024. OLE color: 1774024.
HSL color Cylindrical-coordinate representation of color #C8111B: hue angle of 356.72º 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 #C8111B is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 27 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.22 |
| HSL | 356.72º | 0.84% | 0.43% | - |
| HSV(B) | 356.72º | 0.92% | 0.78% | - |
| XYZ | 24.22 | 12.76 | 2.22 | - |
| YUV | 72.86 | 102.13 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 27 | 0 | 0.92 | 0.86 | 0.22 | 356.72 | 0.84 | 0.43 |
| Hex | C8 | 11 | 1B | 0 | 5C | 56 | 16 | 165 | 54 | 2B |
| Octal | 310 | 21 | 33 | 0 | 134 | 126 | 26 | 545 | 124 | 53 |
| Binary | 11001000 | 10001 | 11011 | 0 | 1011100 | 1010110 | 10110 | 101100101 | 1010100 | 101011 |
Color Harmonies of #C8111B
Complementary color
Monochromatic Colors of #C8111B
Black with #C8111B
Text Example
Text Example
White with #C8111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8111B; }
p { color: rgb(200,17,27); }
H1.HeaderClassName
{
color: #C8111B;
}
.AnyTagClassName
{
color: #C8111B;
}
</style>
background-color css
<style>
a { background-color: #C8111B; }
a { background-color: rgb(200,17,27); }
div.DivClassName
{
background-color: #C8111B;
}
.BgClassName
{
background-color: #C8111B;
}
</style>
border-color css
<style>
span { border-color: #C8111B; }
span { border-color: rgb(200,17,27); }
td.TdClassName
{
border-color: #C8111B;
}
.TagClassName
{
border-color: #C8111B;
}
</style>