Shades of Fire Engine Red #C8131C
Tints of Fire Engine Red #C8131C
RGB
CMYK
RGB Variations
Color information
#C8131C (or 0xC8131C) is known color: Fire Engine Red. HEX triplet: C8, 13 and 1C. RGB value is (200,19,28). Sum of RGB (Red+Green+Blue) = 200+19+28=247 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.97% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 200 - color contains mainly: red. Hex color #C8131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8131C is #37ECE3. Grayscale: #4A4A4A. Windows color (decimal): -3665124 or 1840072. OLE color: 1840072.
HSL color Cylindrical-coordinate representation of color #C8131C: hue angle of 357.02º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8131C is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 28 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.22 |
| HSL | 357.02º | 0.83% | 0.43% | - |
| HSV(B) | 357.02º | 0.91% | 0.78% | - |
| XYZ | 24.26 | 12.83 | 2.3 | - |
| YUV | 74.15 | 101.97 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 28 | 0 | 0.90 | 0.86 | 0.22 | 357.02 | 0.83 | 0.43 |
| Hex | C8 | 13 | 1C | 0 | 5A | 56 | 16 | 165 | 53 | 2B |
| Octal | 310 | 23 | 34 | 0 | 132 | 126 | 26 | 545 | 123 | 53 |
| Binary | 11001000 | 10011 | 11100 | 0 | 1011010 | 1010110 | 10110 | 101100101 | 1010011 | 101011 |
Color Harmonies of #C8131C
Complementary color
Monochromatic Colors of #C8131C
Black with #C8131C
Text Example
Text Example
White with #C8131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8131C; }
p { color: rgb(200,19,28); }
H1.HeaderClassName
{
color: #C8131C;
}
.AnyTagClassName
{
color: #C8131C;
}
</style>
background-color css
<style>
a { background-color: #C8131C; }
a { background-color: rgb(200,19,28); }
div.DivClassName
{
background-color: #C8131C;
}
.BgClassName
{
background-color: #C8131C;
}
</style>
border-color css
<style>
span { border-color: #C8131C; }
span { border-color: rgb(200,19,28); }
td.TdClassName
{
border-color: #C8131C;
}
.TagClassName
{
border-color: #C8131C;
}
</style>