Shades of Orange Red #ED3A09
Tints of Orange Red #ED3A09
RGB
CMYK
RGB Variations
Color information
#ED3A09 (or 0xED3A09) is known color: Orange Red. HEX triplet: ED, 3A and 09. RGB value is (237,58,9). Sum of RGB (Red+Green+Blue) = 237+58+9=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3A09 is #12C5F6. Grayscale: #6A6A6A. Windows color (decimal): -1230327 or 604909. OLE color: 604909.
HSL color Cylindrical-coordinate representation of color #ED3A09: hue angle of 12.89º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED3A09 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 58 | 9 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.07 |
| HSL | 12.89º | 0.93% | 0.48% | - |
| HSV(B) | 12.89º | 0.96% | 0.93% | - |
| XYZ | 36.49 | 21.05 | 2.4 | - |
| YUV | 105.94 | 73.3 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 58 | 9 | 0 | 0.76 | 0.96 | 0.07 | 12.89 | 0.93 | 0.48 |
| Hex | ED | 3A | 9 | 0 | 4C | 60 | 7 | D | 5D | 30 |
| Octal | 355 | 72 | 11 | 0 | 114 | 140 | 7 | 15 | 135 | 60 |
| Binary | 11101101 | 111010 | 1001 | 0 | 1001100 | 1100000 | 111 | 1101 | 1011101 | 110000 |
Color Harmonies of #ED3A09
Complementary color
Monochromatic Colors of #ED3A09
Black with #ED3A09
Text Example
Text Example
White with #ED3A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3A09; }
p { color: rgb(237,58,9); }
H1.HeaderClassName
{
color: #ED3A09;
}
.AnyTagClassName
{
color: #ED3A09;
}
</style>
background-color css
<style>
a { background-color: #ED3A09; }
a { background-color: rgb(237,58,9); }
div.DivClassName
{
background-color: #ED3A09;
}
.BgClassName
{
background-color: #ED3A09;
}
</style>
border-color css
<style>
span { border-color: #ED3A09; }
span { border-color: rgb(237,58,9); }
td.TdClassName
{
border-color: #ED3A09;
}
.TagClassName
{
border-color: #ED3A09;
}
</style>