Shades of Fire Engine Red #C8141E
Tints of Fire Engine Red #C8141E
RGB
CMYK
RGB Variations
Color information
#C8141E (or 0xC8141E) is known color: Fire Engine Red. HEX triplet: C8, 14 and 1E. RGB value is (200,20,30). Sum of RGB (Red+Green+Blue) = 200+20+30=250 (33% of max value = 765). Red value is 200 (78.52% from 255 or 80% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 200 - color contains mainly: red. Hex color #C8141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8141E is #37EBE1. Grayscale: #4B4B4B. Windows color (decimal): -3664866 or 1971400. OLE color: 1971400.
HSL color Cylindrical-coordinate representation of color #C8141E: hue angle of 356.67º degrees, saturation: 0.82, 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 #C8141E is Cyan = 0, Magento = 0.9, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 30 | - |
| CMYK | 0 | 0.9 | 0.85 | 0.22 |
| HSL | 356.67º | 0.82% | 0.43% | - |
| HSV(B) | 356.67º | 0.9% | 0.78% | - |
| XYZ | 24.3 | 12.87 | 2.43 | - |
| YUV | 74.96 | 102.63 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 30 | 0 | 0.9 | 0.85 | 0.22 | 356.67 | 0.82 | 0.43 |
| Hex | C8 | 14 | 1E | 0 | 5A | 55 | 16 | 165 | 52 | 2B |
| Octal | 310 | 24 | 36 | 0 | 132 | 125 | 26 | 545 | 122 | 53 |
| Binary | 11001000 | 10100 | 11110 | 0 | 1011010 | 1010101 | 10110 | 101100101 | 1010010 | 101011 |
Color Harmonies of #C8141E
Complementary color
Monochromatic Colors of #C8141E
Black with #C8141E
Text Example
Text Example
White with #C8141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8141E; }
p { color: rgb(200,20,30); }
H1.HeaderClassName
{
color: #C8141E;
}
.AnyTagClassName
{
color: #C8141E;
}
</style>
background-color css
<style>
a { background-color: #C8141E; }
a { background-color: rgb(200,20,30); }
div.DivClassName
{
background-color: #C8141E;
}
.BgClassName
{
background-color: #C8141E;
}
</style>
border-color css
<style>
span { border-color: #C8141E; }
span { border-color: rgb(200,20,30); }
td.TdClassName
{
border-color: #C8141E;
}
.TagClassName
{
border-color: #C8141E;
}
</style>