Shades of Fire Engine Red #E8061C
Tints of Fire Engine Red #E8061C
RGB
CMYK
RGB Variations
Color information
#E8061C (or 0xE8061C) is known color: Fire Engine Red. HEX triplet: E8, 06 and 1C. RGB value is (232,6,28). Sum of RGB (Red+Green+Blue) = 232+6+28=266 (35% of max value = 765). Red value is 232 (91.02% from 255 or 87.22% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 232 - color contains mainly: red. Hex color #E8061C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8061C is #17F9E3. Grayscale: #4C4C4C. Windows color (decimal): -1571300 or 1836776. OLE color: 1836776.
HSL color Cylindrical-coordinate representation of color #E8061C: hue angle of 354.16º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8061C is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 6 | 28 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.09 |
| HSL | 354.16º | 0.95% | 0.47% | - |
| HSV(B) | 354.16º | 0.97% | 0.91% | - |
| XYZ | 33.55 | 17.37 | 2.68 | - |
| YUV | 76.08 | 100.87 | 239.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 6 | 28 | 0 | 0.97 | 0.88 | 0.09 | 354.16 | 0.95 | 0.47 |
| Hex | E8 | 6 | 1C | 0 | 61 | 58 | 9 | 162 | 5F | 2F |
| Octal | 350 | 6 | 34 | 0 | 141 | 130 | 11 | 542 | 137 | 57 |
| Binary | 11101000 | 110 | 11100 | 0 | 1100001 | 1011000 | 1001 | 101100010 | 1011111 | 101111 |
Color Harmonies of #E8061C
Complementary color
Monochromatic Colors of #E8061C
Black with #E8061C
Text Example
Text Example
White with #E8061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8061C; }
p { color: rgb(232,6,28); }
H1.HeaderClassName
{
color: #E8061C;
}
.AnyTagClassName
{
color: #E8061C;
}
</style>
background-color css
<style>
a { background-color: #E8061C; }
a { background-color: rgb(232,6,28); }
div.DivClassName
{
background-color: #E8061C;
}
.BgClassName
{
background-color: #E8061C;
}
</style>
border-color css
<style>
span { border-color: #E8061C; }
span { border-color: rgb(232,6,28); }
td.TdClassName
{
border-color: #E8061C;
}
.TagClassName
{
border-color: #E8061C;
}
</style>