Shades of Fire Engine Red #E60C1D
Tints of Fire Engine Red #E60C1D
RGB
CMYK
RGB Variations
Color information
#E60C1D (or 0xE60C1D) is known color: Fire Engine Red. HEX triplet: E6, 0C and 1D. RGB value is (230,12,29). Sum of RGB (Red+Green+Blue) = 230+12+29=271 (35% of max value = 765). Red value is 230 (90.23% from 255 or 84.87% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60C1D is #19F3E2. Grayscale: #4F4F4F. Windows color (decimal): -1700835 or 1903846. OLE color: 1903846.
HSL color Cylindrical-coordinate representation of color #E60C1D: hue angle of 355.32º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60C1D is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 12 | 29 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.10 |
| HSL | 355.32º | 0.9% | 0.47% | - |
| HSV(B) | 355.32º | 0.95% | 0.9% | - |
| XYZ | 32.99 | 17.17 | 2.74 | - |
| YUV | 79.12 | 99.72 | 235.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 29 | 0 | 0.95 | 0.87 | 0.10 | 355.32 | 0.9 | 0.47 |
| Hex | E6 | C | 1D | 0 | 5F | 57 | A | 163 | 5A | 2F |
| Octal | 346 | 14 | 35 | 0 | 137 | 127 | 12 | 543 | 132 | 57 |
| Binary | 11100110 | 1100 | 11101 | 0 | 1011111 | 1010111 | 1010 | 101100011 | 1011010 | 101111 |
Color Harmonies of #E60C1D
Complementary color
Monochromatic Colors of #E60C1D
Black with #E60C1D
Text Example
Text Example
White with #E60C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60C1D; }
p { color: rgb(230,12,29); }
H1.HeaderClassName
{
color: #E60C1D;
}
.AnyTagClassName
{
color: #E60C1D;
}
</style>
background-color css
<style>
a { background-color: #E60C1D; }
a { background-color: rgb(230,12,29); }
div.DivClassName
{
background-color: #E60C1D;
}
.BgClassName
{
background-color: #E60C1D;
}
</style>
border-color css
<style>
span { border-color: #E60C1D; }
span { border-color: rgb(230,12,29); }
td.TdClassName
{
border-color: #E60C1D;
}
.TagClassName
{
border-color: #E60C1D;
}
</style>