Shades of Fire Engine Red #ED161D
Tints of Fire Engine Red #ED161D
RGB
CMYK
RGB Variations
Color information
#ED161D (or 0xED161D) is known color: Fire Engine Red. HEX triplet: ED, 16 and 1D. RGB value is (237,22,29). Sum of RGB (Red+Green+Blue) = 237+22+29=288 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.29% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 237 - color contains mainly: red. Hex color #ED161D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED161D is #12E9E2. Grayscale: #575757. Windows color (decimal): -1239523 or 1906413. OLE color: 1906413.
HSL color Cylindrical-coordinate representation of color #ED161D: hue angle of 358.05º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED161D is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 29 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.07 |
| HSL | 358.05º | 0.86% | 0.51% | - |
| HSV(B) | 358.05º | 0.91% | 0.93% | - |
| XYZ | 35.43 | 18.67 | 2.9 | - |
| YUV | 87.08 | 95.23 | 234.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 29 | 0 | 0.91 | 0.88 | 0.07 | 358.05 | 0.86 | 0.51 |
| Hex | ED | 16 | 1D | 0 | 5B | 58 | 7 | 166 | 56 | 33 |
| Octal | 355 | 26 | 35 | 0 | 133 | 130 | 7 | 546 | 126 | 63 |
| Binary | 11101101 | 10110 | 11101 | 0 | 1011011 | 1011000 | 111 | 101100110 | 1010110 | 110011 |
Color Harmonies of #ED161D
Complementary color
Monochromatic Colors of #ED161D
Black with #ED161D
Text Example
Text Example
White with #ED161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED161D; }
p { color: rgb(237,22,29); }
H1.HeaderClassName
{
color: #ED161D;
}
.AnyTagClassName
{
color: #ED161D;
}
</style>
background-color css
<style>
a { background-color: #ED161D; }
a { background-color: rgb(237,22,29); }
div.DivClassName
{
background-color: #ED161D;
}
.BgClassName
{
background-color: #ED161D;
}
</style>
border-color css
<style>
span { border-color: #ED161D; }
span { border-color: rgb(237,22,29); }
td.TdClassName
{
border-color: #ED161D;
}
.TagClassName
{
border-color: #ED161D;
}
</style>