Shades of Red #ED120F
Tints of Red #ED120F
RGB
CMYK
RGB Variations
Color information
#ED120F (or 0xED120F) is known color: Red. HEX triplet: ED, 12 and 0F. RGB value is (237,18,15). Sum of RGB (Red+Green+Blue) = 237+18+15=270 (35% of max value = 765). Red value is 237 (92.97% from 255 or 87.78% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 237 - color contains mainly: red. Hex color #ED120F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED120F is #12EDF0. Grayscale: #535353. Windows color (decimal): -1240561 or 987885. OLE color: 987885.
HSL color Cylindrical-coordinate representation of color #ED120F: hue angle of 0.81º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED120F is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 18 | 15 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.07 |
| HSL | 0.81º | 0.88% | 0.49% | - |
| HSV(B) | 0.81º | 0.94% | 0.93% | - |
| XYZ | 35.23 | 18.47 | 2.16 | - |
| YUV | 83.14 | 89.55 | 237.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 15 | 0 | 0.92 | 0.94 | 0.07 | 0.81 | 0.88 | 0.49 |
| Hex | ED | 12 | F | 0 | 5C | 5E | 7 | 1 | 58 | 31 |
| Octal | 355 | 22 | 17 | 0 | 134 | 136 | 7 | 1 | 130 | 61 |
| Binary | 11101101 | 10010 | 1111 | 0 | 1011100 | 1011110 | 111 | 1 | 1011000 | 110001 |
Color Harmonies of #ED120F
Complementary color
Monochromatic Colors of #ED120F
Black with #ED120F
Text Example
Text Example
White with #ED120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED120F; }
p { color: rgb(237,18,15); }
H1.HeaderClassName
{
color: #ED120F;
}
.AnyTagClassName
{
color: #ED120F;
}
</style>
background-color css
<style>
a { background-color: #ED120F; }
a { background-color: rgb(237,18,15); }
div.DivClassName
{
background-color: #ED120F;
}
.BgClassName
{
background-color: #ED120F;
}
</style>
border-color css
<style>
span { border-color: #ED120F; }
span { border-color: rgb(237,18,15); }
td.TdClassName
{
border-color: #ED120F;
}
.TagClassName
{
border-color: #ED120F;
}
</style>