Shades of Orange Red #ED410F
Tints of Orange Red #ED410F
RGB
CMYK
RGB Variations
Color information
#ED410F (or 0xED410F) is known color: Orange Red. HEX triplet: ED, 41 and 0F. RGB value is (237,65,15). Sum of RGB (Red+Green+Blue) = 237+65+15=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED410F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED410F is #12BEF0. Grayscale: #6F6F6F. Windows color (decimal): -1228529 or 999917. OLE color: 999917.
HSL color Cylindrical-coordinate representation of color #ED410F: hue angle of 13.51º 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 #ED410F is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 65 | 15 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.07 |
| HSL | 13.51º | 0.88% | 0.49% | - |
| HSV(B) | 13.51º | 0.94% | 0.93% | - |
| XYZ | 36.9 | 21.82 | 2.72 | - |
| YUV | 110.73 | 73.98 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 15 | 0 | 0.73 | 0.94 | 0.07 | 13.51 | 0.88 | 0.49 |
| Hex | ED | 41 | F | 0 | 49 | 5E | 7 | E | 58 | 31 |
| Octal | 355 | 101 | 17 | 0 | 111 | 136 | 7 | 16 | 130 | 61 |
| Binary | 11101101 | 1000001 | 1111 | 0 | 1001001 | 1011110 | 111 | 1110 | 1011000 | 110001 |
Color Harmonies of #ED410F
Complementary color
Monochromatic Colors of #ED410F
Black with #ED410F
Text Example
Text Example
White with #ED410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED410F; }
p { color: rgb(237,65,15); }
H1.HeaderClassName
{
color: #ED410F;
}
.AnyTagClassName
{
color: #ED410F;
}
</style>
background-color css
<style>
a { background-color: #ED410F; }
a { background-color: rgb(237,65,15); }
div.DivClassName
{
background-color: #ED410F;
}
.BgClassName
{
background-color: #ED410F;
}
</style>
border-color css
<style>
span { border-color: #ED410F; }
span { border-color: rgb(237,65,15); }
td.TdClassName
{
border-color: #ED410F;
}
.TagClassName
{
border-color: #ED410F;
}
</style>