Shades of Orange Red #ED410B
Tints of Orange Red #ED410B
RGB
CMYK
RGB Variations
Color information
#ED410B (or 0xED410B) is known color: Orange Red. HEX triplet: ED, 41 and 0B. RGB value is (237,65,11). Sum of RGB (Red+Green+Blue) = 237+65+11=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED410B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED410B is #12BEF4. Grayscale: #6E6E6E. Windows color (decimal): -1228533 or 737773. OLE color: 737773.
HSL color Cylindrical-coordinate representation of color #ED410B: hue angle of 14.34º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED410B is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 65 | 11 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.07 |
| HSL | 14.34º | 0.91% | 0.49% | - |
| HSV(B) | 14.34º | 0.95% | 0.93% | - |
| XYZ | 36.88 | 21.81 | 2.58 | - |
| YUV | 110.27 | 71.98 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 11 | 0 | 0.73 | 0.95 | 0.07 | 14.34 | 0.91 | 0.49 |
| Hex | ED | 41 | B | 0 | 49 | 5F | 7 | E | 5B | 31 |
| Octal | 355 | 101 | 13 | 0 | 111 | 137 | 7 | 16 | 133 | 61 |
| Binary | 11101101 | 1000001 | 1011 | 0 | 1001001 | 1011111 | 111 | 1110 | 1011011 | 110001 |
Color Harmonies of #ED410B
Complementary color
Monochromatic Colors of #ED410B
Black with #ED410B
Text Example
Text Example
White with #ED410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED410B; }
p { color: rgb(237,65,11); }
H1.HeaderClassName
{
color: #ED410B;
}
.AnyTagClassName
{
color: #ED410B;
}
</style>
background-color css
<style>
a { background-color: #ED410B; }
a { background-color: rgb(237,65,11); }
div.DivClassName
{
background-color: #ED410B;
}
.BgClassName
{
background-color: #ED410B;
}
</style>
border-color css
<style>
span { border-color: #ED410B; }
span { border-color: rgb(237,65,11); }
td.TdClassName
{
border-color: #ED410B;
}
.TagClassName
{
border-color: #ED410B;
}
</style>