Shades of Fire Engine Red #ED101A
Tints of Fire Engine Red #ED101A
RGB
CMYK
RGB Variations
Color information
#ED101A (or 0xED101A) is known color: Fire Engine Red. HEX triplet: ED, 10 and 1A. RGB value is (237,16,26). Sum of RGB (Red+Green+Blue) = 237+16+26=279 (36% of max value = 765). Red value is 237 (92.97% from 255 or 84.95% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 237 - color contains mainly: red. Hex color #ED101A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED101A is #12EFE5. Grayscale: #535353. Windows color (decimal): -1241062 or 1708269. OLE color: 1708269.
HSL color Cylindrical-coordinate representation of color #ED101A: hue angle of 357.29º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED101A is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 26 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.07 |
| HSL | 357.29º | 0.87% | 0.5% | - |
| HSV(B) | 357.29º | 0.93% | 0.93% | - |
| XYZ | 35.3 | 18.45 | 2.68 | - |
| YUV | 83.22 | 95.72 | 237.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 26 | 0 | 0.93 | 0.89 | 0.07 | 357.29 | 0.87 | 0.5 |
| Hex | ED | 10 | 1A | 0 | 5D | 59 | 7 | 165 | 57 | 32 |
| Octal | 355 | 20 | 32 | 0 | 135 | 131 | 7 | 545 | 127 | 62 |
| Binary | 11101101 | 10000 | 11010 | 0 | 1011101 | 1011001 | 111 | 101100101 | 1010111 | 110010 |
Color Harmonies of #ED101A
Complementary color
Monochromatic Colors of #ED101A
Black with #ED101A
Text Example
Text Example
White with #ED101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED101A; }
p { color: rgb(237,16,26); }
H1.HeaderClassName
{
color: #ED101A;
}
.AnyTagClassName
{
color: #ED101A;
}
</style>
background-color css
<style>
a { background-color: #ED101A; }
a { background-color: rgb(237,16,26); }
div.DivClassName
{
background-color: #ED101A;
}
.BgClassName
{
background-color: #ED101A;
}
</style>
border-color css
<style>
span { border-color: #ED101A; }
span { border-color: rgb(237,16,26); }
td.TdClassName
{
border-color: #ED101A;
}
.TagClassName
{
border-color: #ED101A;
}
</style>