Shades of Orange Red #ED410D
Tints of Orange Red #ED410D
RGB
CMYK
RGB Variations
Color information
#ED410D (or 0xED410D) is known color: Orange Red. HEX triplet: ED, 41 and 0D. RGB value is (237,65,13). Sum of RGB (Red+Green+Blue) = 237+65+13=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED410D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED410D is #12BEF2. Grayscale: #6E6E6E. Windows color (decimal): -1228531 or 868845. OLE color: 868845.
HSL color Cylindrical-coordinate representation of color #ED410D: hue angle of 13.93º degrees, saturation: 0.9, 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 #ED410D is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 65 | 13 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.07 |
| HSL | 13.93º | 0.9% | 0.49% | - |
| HSV(B) | 13.93º | 0.95% | 0.93% | - |
| XYZ | 36.89 | 21.81 | 2.65 | - |
| YUV | 110.5 | 72.98 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 13 | 0 | 0.73 | 0.95 | 0.07 | 13.93 | 0.9 | 0.49 |
| Hex | ED | 41 | D | 0 | 49 | 5F | 7 | E | 5A | 31 |
| Octal | 355 | 101 | 15 | 0 | 111 | 137 | 7 | 16 | 132 | 61 |
| Binary | 11101101 | 1000001 | 1101 | 0 | 1001001 | 1011111 | 111 | 1110 | 1011010 | 110001 |
Color Harmonies of #ED410D
Complementary color
Monochromatic Colors of #ED410D
Black with #ED410D
Text Example
Text Example
White with #ED410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED410D; }
p { color: rgb(237,65,13); }
H1.HeaderClassName
{
color: #ED410D;
}
.AnyTagClassName
{
color: #ED410D;
}
</style>
background-color css
<style>
a { background-color: #ED410D; }
a { background-color: rgb(237,65,13); }
div.DivClassName
{
background-color: #ED410D;
}
.BgClassName
{
background-color: #ED410D;
}
</style>
border-color css
<style>
span { border-color: #ED410D; }
span { border-color: rgb(237,65,13); }
td.TdClassName
{
border-color: #ED410D;
}
.TagClassName
{
border-color: #ED410D;
}
</style>