Shades of Fire Engine Red #E6031D
Tints of Fire Engine Red #E6031D
RGB
CMYK
RGB Variations
Color information
#E6031D (or 0xE6031D) is known color: Fire Engine Red. HEX triplet: E6, 03 and 1D. RGB value is (230,3,29). Sum of RGB (Red+Green+Blue) = 230+3+29=262 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.79% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 230 - color contains mainly: red. Hex color #E6031D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6031D is #19FCE2. Grayscale: #494949. Windows color (decimal): -1703139 or 1901542. OLE color: 1901542.
HSL color Cylindrical-coordinate representation of color #E6031D: hue angle of 353.13º 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 #E6031D is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 29 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.10 |
| HSL | 353.13º | 0.97% | 0.46% | - |
| HSV(B) | 353.13º | 0.99% | 0.9% | - |
| XYZ | 32.89 | 16.98 | 2.71 | - |
| YUV | 73.84 | 102.71 | 239.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 29 | 0 | 0.99 | 0.87 | 0.10 | 353.13 | 0.97 | 0.46 |
| Hex | E6 | 3 | 1D | 0 | 63 | 57 | A | 161 | 61 | 2E |
| Octal | 346 | 3 | 35 | 0 | 143 | 127 | 12 | 541 | 141 | 56 |
| Binary | 11100110 | 11 | 11101 | 0 | 1100011 | 1010111 | 1010 | 101100001 | 1100001 | 101110 |
Color Harmonies of #E6031D
Complementary color
Monochromatic Colors of #E6031D
Black with #E6031D
Text Example
Text Example
White with #E6031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6031D; }
p { color: rgb(230,3,29); }
H1.HeaderClassName
{
color: #E6031D;
}
.AnyTagClassName
{
color: #E6031D;
}
</style>
background-color css
<style>
a { background-color: #E6031D; }
a { background-color: rgb(230,3,29); }
div.DivClassName
{
background-color: #E6031D;
}
.BgClassName
{
background-color: #E6031D;
}
</style>
border-color css
<style>
span { border-color: #E6031D; }
span { border-color: rgb(230,3,29); }
td.TdClassName
{
border-color: #E6031D;
}
.TagClassName
{
border-color: #E6031D;
}
</style>