Shades of Fire Engine Red #E6161D
Tints of Fire Engine Red #E6161D
RGB
CMYK
RGB Variations
Color information
#E6161D (or 0xE6161D) is known color: Fire Engine Red. HEX triplet: E6, 16 and 1D. RGB value is (230,22,29). Sum of RGB (Red+Green+Blue) = 230+22+29=281 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.85% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 230 - color contains mainly: red. Hex color #E6161D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6161D is #19E9E2. Grayscale: #555555. Windows color (decimal): -1698275 or 1906406. OLE color: 1906406.
HSL color Cylindrical-coordinate representation of color #E6161D: hue angle of 357.98º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6161D is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 29 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.10 |
| HSL | 357.98º | 0.83% | 0.49% | - |
| HSV(B) | 357.98º | 0.9% | 0.9% | - |
| XYZ | 33.14 | 17.49 | 2.79 | - |
| YUV | 84.99 | 96.41 | 231.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 29 | 0 | 0.90 | 0.87 | 0.10 | 357.98 | 0.83 | 0.49 |
| Hex | E6 | 16 | 1D | 0 | 5A | 57 | A | 166 | 53 | 31 |
| Octal | 346 | 26 | 35 | 0 | 132 | 127 | 12 | 546 | 123 | 61 |
| Binary | 11100110 | 10110 | 11101 | 0 | 1011010 | 1010111 | 1010 | 101100110 | 1010011 | 110001 |
Color Harmonies of #E6161D
Complementary color
Monochromatic Colors of #E6161D
Black with #E6161D
Text Example
Text Example
White with #E6161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6161D; }
p { color: rgb(230,22,29); }
H1.HeaderClassName
{
color: #E6161D;
}
.AnyTagClassName
{
color: #E6161D;
}
</style>
background-color css
<style>
a { background-color: #E6161D; }
a { background-color: rgb(230,22,29); }
div.DivClassName
{
background-color: #E6161D;
}
.BgClassName
{
background-color: #E6161D;
}
</style>
border-color css
<style>
span { border-color: #E6161D; }
span { border-color: rgb(230,22,29); }
td.TdClassName
{
border-color: #E6161D;
}
.TagClassName
{
border-color: #E6161D;
}
</style>