Shades of Fire Engine Red #E6101C
Tints of Fire Engine Red #E6101C
RGB
CMYK
RGB Variations
Color information
#E6101C (or 0xE6101C) is known color: Fire Engine Red. HEX triplet: E6, 10 and 1C. RGB value is (230,16,28). Sum of RGB (Red+Green+Blue) = 230+16+28=274 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.94% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 230 - color contains mainly: red. Hex color #E6101C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6101C is #19EFE3. Grayscale: #515151. Windows color (decimal): -1699812 or 1839334. OLE color: 1839334.
HSL color Cylindrical-coordinate representation of color #E6101C: hue angle of 356.64º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6101C is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 28 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.10 |
| HSL | 356.64º | 0.87% | 0.48% | - |
| HSV(B) | 356.64º | 0.93% | 0.9% | - |
| XYZ | 33.03 | 17.28 | 2.69 | - |
| YUV | 81.35 | 97.9 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 28 | 0 | 0.93 | 0.88 | 0.10 | 356.64 | 0.87 | 0.48 |
| Hex | E6 | 10 | 1C | 0 | 5D | 58 | A | 165 | 57 | 30 |
| Octal | 346 | 20 | 34 | 0 | 135 | 130 | 12 | 545 | 127 | 60 |
| Binary | 11100110 | 10000 | 11100 | 0 | 1011101 | 1011000 | 1010 | 101100101 | 1010111 | 110000 |
Color Harmonies of #E6101C
Complementary color
Monochromatic Colors of #E6101C
Black with #E6101C
Text Example
Text Example
White with #E6101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6101C; }
p { color: rgb(230,16,28); }
H1.HeaderClassName
{
color: #E6101C;
}
.AnyTagClassName
{
color: #E6101C;
}
</style>
background-color css
<style>
a { background-color: #E6101C; }
a { background-color: rgb(230,16,28); }
div.DivClassName
{
background-color: #E6101C;
}
.BgClassName
{
background-color: #E6101C;
}
</style>
border-color css
<style>
span { border-color: #E6101C; }
span { border-color: rgb(230,16,28); }
td.TdClassName
{
border-color: #E6101C;
}
.TagClassName
{
border-color: #E6101C;
}
</style>