Shades of Fire Engine Red #C8111A
Tints of Fire Engine Red #C8111A
RGB
CMYK
RGB Variations
Color information
#C8111A (or 0xC8111A) is known color: Fire Engine Red. HEX triplet: C8, 11 and 1A. RGB value is (200,17,26). Sum of RGB (Red+Green+Blue) = 200+17+26=243 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.30% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 200 - color contains mainly: red. Hex color #C8111A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8111A is #37EEE5. Grayscale: #484848. Windows color (decimal): -3665638 or 1708488. OLE color: 1708488.
HSL color Cylindrical-coordinate representation of color #C8111A: hue angle of 357.05º 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 #C8111A is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 26 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.22 |
| HSL | 357.05º | 0.84% | 0.43% | - |
| HSV(B) | 357.05º | 0.92% | 0.78% | - |
| XYZ | 24.21 | 12.75 | 2.16 | - |
| YUV | 72.74 | 101.63 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 26 | 0 | 0.92 | 0.87 | 0.22 | 357.05 | 0.84 | 0.43 |
| Hex | C8 | 11 | 1A | 0 | 5C | 57 | 16 | 165 | 54 | 2B |
| Octal | 310 | 21 | 32 | 0 | 134 | 127 | 26 | 545 | 124 | 53 |
| Binary | 11001000 | 10001 | 11010 | 0 | 1011100 | 1010111 | 10110 | 101100101 | 1010100 | 101011 |
Color Harmonies of #C8111A
Complementary color
Monochromatic Colors of #C8111A
Black with #C8111A
Text Example
Text Example
White with #C8111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8111A; }
p { color: rgb(200,17,26); }
H1.HeaderClassName
{
color: #C8111A;
}
.AnyTagClassName
{
color: #C8111A;
}
</style>
background-color css
<style>
a { background-color: #C8111A; }
a { background-color: rgb(200,17,26); }
div.DivClassName
{
background-color: #C8111A;
}
.BgClassName
{
background-color: #C8111A;
}
</style>
border-color css
<style>
span { border-color: #C8111A; }
span { border-color: rgb(200,17,26); }
td.TdClassName
{
border-color: #C8111A;
}
.TagClassName
{
border-color: #C8111A;
}
</style>