Shades of Fire Engine Red #C8121E
Tints of Fire Engine Red #C8121E
RGB
CMYK
RGB Variations
Color information
#C8121E (or 0xC8121E) is known color: Fire Engine Red. HEX triplet: C8, 12 and 1E. RGB value is (200,18,30). Sum of RGB (Red+Green+Blue) = 200+18+30=248 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.65% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 200 - color contains mainly: red. Hex color #C8121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8121E is #37EDE1. Grayscale: #494949. Windows color (decimal): -3665378 or 1970888. OLE color: 1970888.
HSL color Cylindrical-coordinate representation of color #C8121E: hue angle of 356.04º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8121E is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 30 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.22 |
| HSL | 356.04º | 0.83% | 0.43% | - |
| HSV(B) | 356.04º | 0.91% | 0.78% | - |
| XYZ | 24.27 | 12.81 | 2.42 | - |
| YUV | 73.79 | 103.3 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 30 | 0 | 0.91 | 0.85 | 0.22 | 356.04 | 0.83 | 0.43 |
| Hex | C8 | 12 | 1E | 0 | 5B | 55 | 16 | 164 | 53 | 2B |
| Octal | 310 | 22 | 36 | 0 | 133 | 125 | 26 | 544 | 123 | 53 |
| Binary | 11001000 | 10010 | 11110 | 0 | 1011011 | 1010101 | 10110 | 101100100 | 1010011 | 101011 |
Color Harmonies of #C8121E
Complementary color
Monochromatic Colors of #C8121E
Black with #C8121E
Text Example
Text Example
White with #C8121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8121E; }
p { color: rgb(200,18,30); }
H1.HeaderClassName
{
color: #C8121E;
}
.AnyTagClassName
{
color: #C8121E;
}
</style>
background-color css
<style>
a { background-color: #C8121E; }
a { background-color: rgb(200,18,30); }
div.DivClassName
{
background-color: #C8121E;
}
.BgClassName
{
background-color: #C8121E;
}
</style>
border-color css
<style>
span { border-color: #C8121E; }
span { border-color: rgb(200,18,30); }
td.TdClassName
{
border-color: #C8121E;
}
.TagClassName
{
border-color: #C8121E;
}
</style>