Shades of Fire Engine Red #E6141D
Tints of Fire Engine Red #E6141D
RGB
CMYK
RGB Variations
Color information
#E6141D (or 0xE6141D) is known color: Fire Engine Red. HEX triplet: E6, 14 and 1D. RGB value is (230,20,29). Sum of RGB (Red+Green+Blue) = 230+20+29=279 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.44% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 230 - color contains mainly: red. Hex color #E6141D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6141D is #19EBE2. Grayscale: #535353. Windows color (decimal): -1698787 or 1905894. OLE color: 1905894.
HSL color Cylindrical-coordinate representation of color #E6141D: hue angle of 357.43º 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 #E6141D is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 29 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.10 |
| HSL | 357.43º | 0.84% | 0.49% | - |
| HSV(B) | 357.43º | 0.91% | 0.9% | - |
| XYZ | 33.11 | 17.41 | 2.78 | - |
| YUV | 83.82 | 97.07 | 232.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 29 | 0 | 0.91 | 0.87 | 0.10 | 357.43 | 0.84 | 0.49 |
| Hex | E6 | 14 | 1D | 0 | 5B | 57 | A | 165 | 54 | 31 |
| Octal | 346 | 24 | 35 | 0 | 133 | 127 | 12 | 545 | 124 | 61 |
| Binary | 11100110 | 10100 | 11101 | 0 | 1011011 | 1010111 | 1010 | 101100101 | 1010100 | 110001 |
Color Harmonies of #E6141D
Complementary color
Monochromatic Colors of #E6141D
Black with #E6141D
Text Example
Text Example
White with #E6141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6141D; }
p { color: rgb(230,20,29); }
H1.HeaderClassName
{
color: #E6141D;
}
.AnyTagClassName
{
color: #E6141D;
}
</style>
background-color css
<style>
a { background-color: #E6141D; }
a { background-color: rgb(230,20,29); }
div.DivClassName
{
background-color: #E6141D;
}
.BgClassName
{
background-color: #E6141D;
}
</style>
border-color css
<style>
span { border-color: #E6141D; }
span { border-color: rgb(230,20,29); }
td.TdClassName
{
border-color: #E6141D;
}
.TagClassName
{
border-color: #E6141D;
}
</style>