Shades of Fire Engine Red #C8111C
Tints of Fire Engine Red #C8111C
RGB
CMYK
RGB Variations
Color information
#C8111C (or 0xC8111C) is known color: Fire Engine Red. HEX triplet: C8, 11 and 1C. RGB value is (200,17,28). Sum of RGB (Red+Green+Blue) = 200+17+28=245 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.63% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 200 - color contains mainly: red. Hex color #C8111C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8111C is #37EEE3. Grayscale: #494949. Windows color (decimal): -3665636 or 1839560. OLE color: 1839560.
HSL color Cylindrical-coordinate representation of color #C8111C: hue angle of 356.39º 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 #C8111C is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 28 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.22 |
| HSL | 356.39º | 0.84% | 0.43% | - |
| HSV(B) | 356.39º | 0.92% | 0.78% | - |
| XYZ | 24.23 | 12.76 | 2.29 | - |
| YUV | 72.97 | 102.63 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 28 | 0 | 0.92 | 0.86 | 0.22 | 356.39 | 0.84 | 0.43 |
| Hex | C8 | 11 | 1C | 0 | 5C | 56 | 16 | 164 | 54 | 2B |
| Octal | 310 | 21 | 34 | 0 | 134 | 126 | 26 | 544 | 124 | 53 |
| Binary | 11001000 | 10001 | 11100 | 0 | 1011100 | 1010110 | 10110 | 101100100 | 1010100 | 101011 |
Color Harmonies of #C8111C
Complementary color
Monochromatic Colors of #C8111C
Black with #C8111C
Text Example
Text Example
White with #C8111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8111C; }
p { color: rgb(200,17,28); }
H1.HeaderClassName
{
color: #C8111C;
}
.AnyTagClassName
{
color: #C8111C;
}
</style>
background-color css
<style>
a { background-color: #C8111C; }
a { background-color: rgb(200,17,28); }
div.DivClassName
{
background-color: #C8111C;
}
.BgClassName
{
background-color: #C8111C;
}
</style>
border-color css
<style>
span { border-color: #C8111C; }
span { border-color: rgb(200,17,28); }
td.TdClassName
{
border-color: #C8111C;
}
.TagClassName
{
border-color: #C8111C;
}
</style>