Shades of Orange Red #ED410C
Tints of Orange Red #ED410C
RGB
CMYK
RGB Variations
Color information
#ED410C (or 0xED410C) is known color: Orange Red. HEX triplet: ED, 41 and 0C. RGB value is (237,65,12). Sum of RGB (Red+Green+Blue) = 237+65+12=314 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.48% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 237 - color contains mainly: red. Hex color #ED410C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED410C is #12BEF3. Grayscale: #6E6E6E. Windows color (decimal): -1228532 or 803309. OLE color: 803309.
HSL color Cylindrical-coordinate representation of color #ED410C: hue angle of 14.13º 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 #ED410C is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 65 | 12 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.07 |
| HSL | 14.13º | 0.9% | 0.49% | - |
| HSV(B) | 14.13º | 0.95% | 0.93% | - |
| XYZ | 36.88 | 21.81 | 2.61 | - |
| YUV | 110.39 | 72.48 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 12 | 0 | 0.73 | 0.95 | 0.07 | 14.13 | 0.9 | 0.49 |
| Hex | ED | 41 | C | 0 | 49 | 5F | 7 | E | 5A | 31 |
| Octal | 355 | 101 | 14 | 0 | 111 | 137 | 7 | 16 | 132 | 61 |
| Binary | 11101101 | 1000001 | 1100 | 0 | 1001001 | 1011111 | 111 | 1110 | 1011010 | 110001 |
Color Harmonies of #ED410C
Complementary color
Monochromatic Colors of #ED410C
Black with #ED410C
Text Example
Text Example
White with #ED410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED410C; }
p { color: rgb(237,65,12); }
H1.HeaderClassName
{
color: #ED410C;
}
.AnyTagClassName
{
color: #ED410C;
}
</style>
background-color css
<style>
a { background-color: #ED410C; }
a { background-color: rgb(237,65,12); }
div.DivClassName
{
background-color: #ED410C;
}
.BgClassName
{
background-color: #ED410C;
}
</style>
border-color css
<style>
span { border-color: #ED410C; }
span { border-color: rgb(237,65,12); }
td.TdClassName
{
border-color: #ED410C;
}
.TagClassName
{
border-color: #ED410C;
}
</style>