Shades of Fire Engine Red #E6141B
Tints of Fire Engine Red #E6141B
RGB
CMYK
RGB Variations
Color information
#E6141B (or 0xE6141B) is known color: Fire Engine Red. HEX triplet: E6, 14 and 1B. RGB value is (230,20,27). Sum of RGB (Red+Green+Blue) = 230+20+27=277 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.03% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 230 - color contains mainly: red. Hex color #E6141B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6141B is #19EBE4. Grayscale: #535353. Windows color (decimal): -1698789 or 1774822. OLE color: 1774822.
HSL color Cylindrical-coordinate representation of color #E6141B: hue angle of 358º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6141B is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 27 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.10 |
| HSL | 358º | 0.84% | 0.49% | - |
| HSV(B) | 358º | 0.91% | 0.9% | - |
| XYZ | 33.08 | 17.4 | 2.65 | - |
| YUV | 83.59 | 96.07 | 232.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 27 | 0 | 0.91 | 0.88 | 0.10 | 358 | 0.84 | 0.49 |
| Hex | E6 | 14 | 1B | 0 | 5B | 58 | A | 166 | 54 | 31 |
| Octal | 346 | 24 | 33 | 0 | 133 | 130 | 12 | 546 | 124 | 61 |
| Binary | 11100110 | 10100 | 11011 | 0 | 1011011 | 1011000 | 1010 | 101100110 | 1010100 | 110001 |
Color Harmonies of #E6141B
Complementary color
Monochromatic Colors of #E6141B
Black with #E6141B
Text Example
Text Example
White with #E6141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6141B; }
p { color: rgb(230,20,27); }
H1.HeaderClassName
{
color: #E6141B;
}
.AnyTagClassName
{
color: #E6141B;
}
</style>
background-color css
<style>
a { background-color: #E6141B; }
a { background-color: rgb(230,20,27); }
div.DivClassName
{
background-color: #E6141B;
}
.BgClassName
{
background-color: #E6141B;
}
</style>
border-color css
<style>
span { border-color: #E6141B; }
span { border-color: rgb(230,20,27); }
td.TdClassName
{
border-color: #E6141B;
}
.TagClassName
{
border-color: #E6141B;
}
</style>