Shades of Fire Engine Red #E6041C
Tints of Fire Engine Red #E6041C
RGB
CMYK
RGB Variations
Color information
#E6041C (or 0xE6041C) is known color: Fire Engine Red. HEX triplet: E6, 04 and 1C. RGB value is (230,4,28). Sum of RGB (Red+Green+Blue) = 230+4+28=262 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.79% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 230 - color contains mainly: red. Hex color #E6041C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6041C is #19FBE3. Grayscale: #4A4A4A. Windows color (decimal): -1702884 or 1836262. OLE color: 1836262.
HSL color Cylindrical-coordinate representation of color #E6041C: hue angle of 353.63º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6041C is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 28 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.10 |
| HSL | 353.63º | 0.97% | 0.46% | - |
| HSV(B) | 353.63º | 0.98% | 0.9% | - |
| XYZ | 32.89 | 16.99 | 2.65 | - |
| YUV | 74.31 | 101.87 | 239.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 28 | 0 | 0.98 | 0.88 | 0.10 | 353.63 | 0.97 | 0.46 |
| Hex | E6 | 4 | 1C | 0 | 62 | 58 | A | 162 | 61 | 2E |
| Octal | 346 | 4 | 34 | 0 | 142 | 130 | 12 | 542 | 141 | 56 |
| Binary | 11100110 | 100 | 11100 | 0 | 1100010 | 1011000 | 1010 | 101100010 | 1100001 | 101110 |
Color Harmonies of #E6041C
Complementary color
Monochromatic Colors of #E6041C
Black with #E6041C
Text Example
Text Example
White with #E6041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6041C; }
p { color: rgb(230,4,28); }
H1.HeaderClassName
{
color: #E6041C;
}
.AnyTagClassName
{
color: #E6041C;
}
</style>
background-color css
<style>
a { background-color: #E6041C; }
a { background-color: rgb(230,4,28); }
div.DivClassName
{
background-color: #E6041C;
}
.BgClassName
{
background-color: #E6041C;
}
</style>
border-color css
<style>
span { border-color: #E6041C; }
span { border-color: rgb(230,4,28); }
td.TdClassName
{
border-color: #E6041C;
}
.TagClassName
{
border-color: #E6041C;
}
</style>