Shades of Fire Engine Red #E6081D
Tints of Fire Engine Red #E6081D
RGB
CMYK
RGB Variations
Color information
#E6081D (or 0xE6081D) is known color: Fire Engine Red. HEX triplet: E6, 08 and 1D. RGB value is (230,8,29). Sum of RGB (Red+Green+Blue) = 230+8+29=267 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.14% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 230 - color contains mainly: red. Hex color #E6081D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6081D is #19F7E2. Grayscale: #4C4C4C. Windows color (decimal): -1701859 or 1902822. OLE color: 1902822.
HSL color Cylindrical-coordinate representation of color #E6081D: hue angle of 354.32º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6081D is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 29 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.10 |
| HSL | 354.32º | 0.93% | 0.47% | - |
| HSV(B) | 354.32º | 0.97% | 0.9% | - |
| XYZ | 32.94 | 17.09 | 2.72 | - |
| YUV | 76.77 | 101.05 | 237.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 29 | 0 | 0.97 | 0.87 | 0.10 | 354.32 | 0.93 | 0.47 |
| Hex | E6 | 8 | 1D | 0 | 61 | 57 | A | 162 | 5D | 2F |
| Octal | 346 | 10 | 35 | 0 | 141 | 127 | 12 | 542 | 135 | 57 |
| Binary | 11100110 | 1000 | 11101 | 0 | 1100001 | 1010111 | 1010 | 101100010 | 1011101 | 101111 |
Color Harmonies of #E6081D
Complementary color
Monochromatic Colors of #E6081D
Black with #E6081D
Text Example
Text Example
White with #E6081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6081D; }
p { color: rgb(230,8,29); }
H1.HeaderClassName
{
color: #E6081D;
}
.AnyTagClassName
{
color: #E6081D;
}
</style>
background-color css
<style>
a { background-color: #E6081D; }
a { background-color: rgb(230,8,29); }
div.DivClassName
{
background-color: #E6081D;
}
.BgClassName
{
background-color: #E6081D;
}
</style>
border-color css
<style>
span { border-color: #E6081D; }
span { border-color: rgb(230,8,29); }
td.TdClassName
{
border-color: #E6081D;
}
.TagClassName
{
border-color: #E6081D;
}
</style>