Shades of Fire Engine Red #E6031E
Tints of Fire Engine Red #E6031E
RGB
CMYK
RGB Variations
Color information
#E6031E (or 0xE6031E) is known color: Fire Engine Red. HEX triplet: E6, 03 and 1E. RGB value is (230,3,30). Sum of RGB (Red+Green+Blue) = 230+3+30=263 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.45% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 230 - color contains mainly: red. Hex color #E6031E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6031E is #19FCE1. Grayscale: #4A4A4A. Windows color (decimal): -1703138 or 1967078. OLE color: 1967078.
HSL color Cylindrical-coordinate representation of color #E6031E: hue angle of 352.86º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6031E is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 30 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.10 |
| HSL | 352.86º | 0.97% | 0.46% | - |
| HSV(B) | 352.86º | 0.99% | 0.9% | - |
| XYZ | 32.9 | 16.98 | 2.77 | - |
| YUV | 73.95 | 103.21 | 239.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 30 | 0 | 0.99 | 0.87 | 0.10 | 352.86 | 0.97 | 0.46 |
| Hex | E6 | 3 | 1E | 0 | 63 | 57 | A | 161 | 61 | 2E |
| Octal | 346 | 3 | 36 | 0 | 143 | 127 | 12 | 541 | 141 | 56 |
| Binary | 11100110 | 11 | 11110 | 0 | 1100011 | 1010111 | 1010 | 101100001 | 1100001 | 101110 |
Color Harmonies of #E6031E
Complementary color
Monochromatic Colors of #E6031E
Black with #E6031E
Text Example
Text Example
White with #E6031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6031E; }
p { color: rgb(230,3,30); }
H1.HeaderClassName
{
color: #E6031E;
}
.AnyTagClassName
{
color: #E6031E;
}
</style>
background-color css
<style>
a { background-color: #E6031E; }
a { background-color: rgb(230,3,30); }
div.DivClassName
{
background-color: #E6031E;
}
.BgClassName
{
background-color: #E6031E;
}
</style>
border-color css
<style>
span { border-color: #E6031E; }
span { border-color: rgb(230,3,30); }
td.TdClassName
{
border-color: #E6031E;
}
.TagClassName
{
border-color: #E6031E;
}
</style>