Shades of Fire Engine Red #C8111D
Tints of Fire Engine Red #C8111D
RGB
CMYK
RGB Variations
Color information
#C8111D (or 0xC8111D) is known color: Fire Engine Red. HEX triplet: C8, 11 and 1D. RGB value is (200,17,29). Sum of RGB (Red+Green+Blue) = 200+17+29=246 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.30% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 200 - color contains mainly: red. Hex color #C8111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8111D is #37EEE2. Grayscale: #494949. Windows color (decimal): -3665635 or 1905096. OLE color: 1905096.
HSL color Cylindrical-coordinate representation of color #C8111D: hue angle of 356.07º 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 #C8111D is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 29 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.22 |
| HSL | 356.07º | 0.84% | 0.43% | - |
| HSV(B) | 356.07º | 0.92% | 0.78% | - |
| XYZ | 24.24 | 12.77 | 2.35 | - |
| YUV | 73.09 | 103.13 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 29 | 0 | 0.92 | 0.86 | 0.22 | 356.07 | 0.84 | 0.43 |
| Hex | C8 | 11 | 1D | 0 | 5C | 56 | 16 | 164 | 54 | 2B |
| Octal | 310 | 21 | 35 | 0 | 134 | 126 | 26 | 544 | 124 | 53 |
| Binary | 11001000 | 10001 | 11101 | 0 | 1011100 | 1010110 | 10110 | 101100100 | 1010100 | 101011 |
Color Harmonies of #C8111D
Complementary color
Monochromatic Colors of #C8111D
Black with #C8111D
Text Example
Text Example
White with #C8111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8111D; }
p { color: rgb(200,17,29); }
H1.HeaderClassName
{
color: #C8111D;
}
.AnyTagClassName
{
color: #C8111D;
}
</style>
background-color css
<style>
a { background-color: #C8111D; }
a { background-color: rgb(200,17,29); }
div.DivClassName
{
background-color: #C8111D;
}
.BgClassName
{
background-color: #C8111D;
}
</style>
border-color css
<style>
span { border-color: #C8111D; }
span { border-color: rgb(200,17,29); }
td.TdClassName
{
border-color: #C8111D;
}
.TagClassName
{
border-color: #C8111D;
}
</style>