Shades of Fire Engine Red #E6071C
Tints of Fire Engine Red #E6071C
RGB
CMYK
RGB Variations
Color information
#E6071C (or 0xE6071C) is known color: Fire Engine Red. HEX triplet: E6, 07 and 1C. RGB value is (230,7,28). Sum of RGB (Red+Green+Blue) = 230+7+28=265 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.79% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 230 - color contains mainly: red. Hex color #E6071C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6071C is #19F8E3. Grayscale: #4C4C4C. Windows color (decimal): -1702116 or 1837030. OLE color: 1837030.
HSL color Cylindrical-coordinate representation of color #E6071C: hue angle of 354.35º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6071C is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 28 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.10 |
| HSL | 354.35º | 0.94% | 0.46% | - |
| HSV(B) | 354.35º | 0.97% | 0.9% | - |
| XYZ | 32.92 | 17.06 | 2.66 | - |
| YUV | 76.07 | 100.88 | 237.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 28 | 0 | 0.97 | 0.88 | 0.10 | 354.35 | 0.94 | 0.46 |
| Hex | E6 | 7 | 1C | 0 | 61 | 58 | A | 162 | 5E | 2E |
| Octal | 346 | 7 | 34 | 0 | 141 | 130 | 12 | 542 | 136 | 56 |
| Binary | 11100110 | 111 | 11100 | 0 | 1100001 | 1011000 | 1010 | 101100010 | 1011110 | 101110 |
Color Harmonies of #E6071C
Complementary color
Monochromatic Colors of #E6071C
Black with #E6071C
Text Example
Text Example
White with #E6071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6071C; }
p { color: rgb(230,7,28); }
H1.HeaderClassName
{
color: #E6071C;
}
.AnyTagClassName
{
color: #E6071C;
}
</style>
background-color css
<style>
a { background-color: #E6071C; }
a { background-color: rgb(230,7,28); }
div.DivClassName
{
background-color: #E6071C;
}
.BgClassName
{
background-color: #E6071C;
}
</style>
border-color css
<style>
span { border-color: #E6071C; }
span { border-color: rgb(230,7,28); }
td.TdClassName
{
border-color: #E6071C;
}
.TagClassName
{
border-color: #E6071C;
}
</style>