Shades of Fire Engine Red #E6091B
Tints of Fire Engine Red #E6091B
RGB
CMYK
RGB Variations
Color information
#E6091B (or 0xE6091B) is known color: Fire Engine Red. HEX triplet: E6, 09 and 1B. RGB value is (230,9,27). Sum of RGB (Red+Green+Blue) = 230+9+27=266 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.47% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 230 - color contains mainly: red. Hex color #E6091B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6091B is #19F6E4. Grayscale: #4D4D4D. Windows color (decimal): -1701605 or 1772006. OLE color: 1772006.
HSL color Cylindrical-coordinate representation of color #E6091B: hue angle of 355.11º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6091B is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 27 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.10 |
| HSL | 355.11º | 0.92% | 0.47% | - |
| HSV(B) | 355.11º | 0.96% | 0.9% | - |
| XYZ | 32.93 | 17.1 | 2.6 | - |
| YUV | 77.13 | 99.72 | 237.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 27 | 0 | 0.96 | 0.88 | 0.10 | 355.11 | 0.92 | 0.47 |
| Hex | E6 | 9 | 1B | 0 | 60 | 58 | A | 163 | 5C | 2F |
| Octal | 346 | 11 | 33 | 0 | 140 | 130 | 12 | 543 | 134 | 57 |
| Binary | 11100110 | 1001 | 11011 | 0 | 1100000 | 1011000 | 1010 | 101100011 | 1011100 | 101111 |
Color Harmonies of #E6091B
Complementary color
Monochromatic Colors of #E6091B
Black with #E6091B
Text Example
Text Example
White with #E6091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6091B; }
p { color: rgb(230,9,27); }
H1.HeaderClassName
{
color: #E6091B;
}
.AnyTagClassName
{
color: #E6091B;
}
</style>
background-color css
<style>
a { background-color: #E6091B; }
a { background-color: rgb(230,9,27); }
div.DivClassName
{
background-color: #E6091B;
}
.BgClassName
{
background-color: #E6091B;
}
</style>
border-color css
<style>
span { border-color: #E6091B; }
span { border-color: rgb(230,9,27); }
td.TdClassName
{
border-color: #E6091B;
}
.TagClassName
{
border-color: #E6091B;
}
</style>