Shades of Fire Engine Red #ED151D
Tints of Fire Engine Red #ED151D
RGB
CMYK
RGB Variations
Color information
#ED151D (or 0xED151D) is known color: Fire Engine Red. HEX triplet: ED, 15 and 1D. RGB value is (237,21,29). Sum of RGB (Red+Green+Blue) = 237+21+29=287 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.58% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 237 - color contains mainly: red. Hex color #ED151D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED151D is #12EAE2. Grayscale: #565656. Windows color (decimal): -1239779 or 1906157. OLE color: 1906157.
HSL color Cylindrical-coordinate representation of color #ED151D: hue angle of 357.78º 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 #ED151D is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 29 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.07 |
| HSL | 357.78º | 0.86% | 0.51% | - |
| HSV(B) | 357.78º | 0.91% | 0.93% | - |
| XYZ | 35.41 | 18.63 | 2.89 | - |
| YUV | 86.5 | 95.56 | 235.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 29 | 0 | 0.91 | 0.88 | 0.07 | 357.78 | 0.86 | 0.51 |
| Hex | ED | 15 | 1D | 0 | 5B | 58 | 7 | 166 | 56 | 33 |
| Octal | 355 | 25 | 35 | 0 | 133 | 130 | 7 | 546 | 126 | 63 |
| Binary | 11101101 | 10101 | 11101 | 0 | 1011011 | 1011000 | 111 | 101100110 | 1010110 | 110011 |
Color Harmonies of #ED151D
Complementary color
Monochromatic Colors of #ED151D
Black with #ED151D
Text Example
Text Example
White with #ED151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED151D; }
p { color: rgb(237,21,29); }
H1.HeaderClassName
{
color: #ED151D;
}
.AnyTagClassName
{
color: #ED151D;
}
</style>
background-color css
<style>
a { background-color: #ED151D; }
a { background-color: rgb(237,21,29); }
div.DivClassName
{
background-color: #ED151D;
}
.BgClassName
{
background-color: #ED151D;
}
</style>
border-color css
<style>
span { border-color: #ED151D; }
span { border-color: rgb(237,21,29); }
td.TdClassName
{
border-color: #ED151D;
}
.TagClassName
{
border-color: #ED151D;
}
</style>