Shades of Fire Engine Red #C8122B
Tints of Fire Engine Red #C8122B
RGB
CMYK
RGB Variations
Color information
#C8122B (or 0xC8122B) is known color: Fire Engine Red. HEX triplet: C8, 12 and 2B. RGB value is (200,18,43). Sum of RGB (Red+Green+Blue) = 200+18+43=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C8122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8122B is #37EDD4. Grayscale: #4B4B4B. Windows color (decimal): -3665365 or 2822856. OLE color: 2822856.
HSL color Cylindrical-coordinate representation of color #C8122B: hue angle of 351.76º 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 #C8122B is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 43 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.22 |
| HSL | 351.76º | 0.83% | 0.43% | - |
| HSV(B) | 351.76º | 0.91% | 0.78% | - |
| XYZ | 24.47 | 12.89 | 3.48 | - |
| YUV | 75.27 | 109.8 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 43 | 0 | 0.91 | 0.78 | 0.22 | 351.76 | 0.83 | 0.43 |
| Hex | C8 | 12 | 2B | 0 | 5B | 4E | 16 | 160 | 53 | 2B |
| Octal | 310 | 22 | 53 | 0 | 133 | 116 | 26 | 540 | 123 | 53 |
| Binary | 11001000 | 10010 | 101011 | 0 | 1011011 | 1001110 | 10110 | 101100000 | 1010011 | 101011 |
Color Harmonies of #C8122B
Complementary color
Monochromatic Colors of #C8122B
Black with #C8122B
Text Example
Text Example
White with #C8122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8122B; }
p { color: rgb(200,18,43); }
H1.HeaderClassName
{
color: #C8122B;
}
.AnyTagClassName
{
color: #C8122B;
}
</style>
background-color css
<style>
a { background-color: #C8122B; }
a { background-color: rgb(200,18,43); }
div.DivClassName
{
background-color: #C8122B;
}
.BgClassName
{
background-color: #C8122B;
}
</style>
border-color css
<style>
span { border-color: #C8122B; }
span { border-color: rgb(200,18,43); }
td.TdClassName
{
border-color: #C8122B;
}
.TagClassName
{
border-color: #C8122B;
}
</style>