Shades of Fire Engine Red #C8122D
Tints of Fire Engine Red #C8122D
RGB
CMYK
RGB Variations
Color information
#C8122D (or 0xC8122D) is known color: Fire Engine Red. HEX triplet: C8, 12 and 2D. RGB value is (200,18,45). Sum of RGB (Red+Green+Blue) = 200+18+45=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C8122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8122D is #37EDD2. Grayscale: #4B4B4B. Windows color (decimal): -3665363 or 2953928. OLE color: 2953928.
HSL color Cylindrical-coordinate representation of color #C8122D: hue angle of 351.1º 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 #C8122D is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 45 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.22 |
| HSL | 351.1º | 0.83% | 0.43% | - |
| HSV(B) | 351.1º | 0.91% | 0.78% | - |
| XYZ | 24.51 | 12.9 | 3.68 | - |
| YUV | 75.5 | 110.8 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 45 | 0 | 0.91 | 0.78 | 0.22 | 351.1 | 0.83 | 0.43 |
| Hex | C8 | 12 | 2D | 0 | 5B | 4E | 16 | 15F | 53 | 2B |
| Octal | 310 | 22 | 55 | 0 | 133 | 116 | 26 | 537 | 123 | 53 |
| Binary | 11001000 | 10010 | 101101 | 0 | 1011011 | 1001110 | 10110 | 101011111 | 1010011 | 101011 |
Color Harmonies of #C8122D
Complementary color
Monochromatic Colors of #C8122D
Black with #C8122D
Text Example
Text Example
White with #C8122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8122D; }
p { color: rgb(200,18,45); }
H1.HeaderClassName
{
color: #C8122D;
}
.AnyTagClassName
{
color: #C8122D;
}
</style>
background-color css
<style>
a { background-color: #C8122D; }
a { background-color: rgb(200,18,45); }
div.DivClassName
{
background-color: #C8122D;
}
.BgClassName
{
background-color: #C8122D;
}
</style>
border-color css
<style>
span { border-color: #C8122D; }
span { border-color: rgb(200,18,45); }
td.TdClassName
{
border-color: #C8122D;
}
.TagClassName
{
border-color: #C8122D;
}
</style>