Shades of Fire Engine Red #E6161A
Tints of Fire Engine Red #E6161A
RGB
CMYK
RGB Variations
Color information
#E6161A (or 0xE6161A) is known color: Fire Engine Red. HEX triplet: E6, 16 and 1A. RGB value is (230,22,26). Sum of RGB (Red+Green+Blue) = 230+22+26=278 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.73% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 230 - color contains mainly: red. Hex color #E6161A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6161A is #19E9E5. Grayscale: #545454. Windows color (decimal): -1698278 or 1709798. OLE color: 1709798.
HSL color Cylindrical-coordinate representation of color #E6161A: hue angle of 358.85º 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 #E6161A is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 26 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.10 |
| HSL | 358.85º | 0.83% | 0.49% | - |
| HSV(B) | 358.85º | 0.9% | 0.9% | - |
| XYZ | 33.11 | 17.47 | 2.6 | - |
| YUV | 84.65 | 94.91 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 26 | 0 | 0.90 | 0.89 | 0.10 | 358.85 | 0.83 | 0.49 |
| Hex | E6 | 16 | 1A | 0 | 5A | 59 | A | 167 | 53 | 31 |
| Octal | 346 | 26 | 32 | 0 | 132 | 131 | 12 | 547 | 123 | 61 |
| Binary | 11100110 | 10110 | 11010 | 0 | 1011010 | 1011001 | 1010 | 101100111 | 1010011 | 110001 |
Color Harmonies of #E6161A
Complementary color
Monochromatic Colors of #E6161A
Black with #E6161A
Text Example
Text Example
White with #E6161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6161A; }
p { color: rgb(230,22,26); }
H1.HeaderClassName
{
color: #E6161A;
}
.AnyTagClassName
{
color: #E6161A;
}
</style>
background-color css
<style>
a { background-color: #E6161A; }
a { background-color: rgb(230,22,26); }
div.DivClassName
{
background-color: #E6161A;
}
.BgClassName
{
background-color: #E6161A;
}
</style>
border-color css
<style>
span { border-color: #E6161A; }
span { border-color: rgb(230,22,26); }
td.TdClassName
{
border-color: #E6161A;
}
.TagClassName
{
border-color: #E6161A;
}
</style>