Shades of Orange Red #ED3609
Tints of Orange Red #ED3609
RGB
CMYK
RGB Variations
Color information
#ED3609 (or 0xED3609) is known color: Orange Red. HEX triplet: ED, 36 and 09. RGB value is (237,54,9). Sum of RGB (Red+Green+Blue) = 237+54+9=300 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3609 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3609 is #12C9F6. Grayscale: #676767. Windows color (decimal): -1231351 or 603885. OLE color: 603885.
HSL color Cylindrical-coordinate representation of color #ED3609: hue angle of 11.84º 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 #ED3609 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 9 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.07 |
| HSL | 11.84º | 0.93% | 0.48% | - |
| HSV(B) | 11.84º | 0.96% | 0.93% | - |
| XYZ | 36.29 | 20.66 | 2.33 | - |
| YUV | 103.59 | 74.63 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 9 | 0 | 0.77 | 0.96 | 0.07 | 11.84 | 0.93 | 0.48 |
| Hex | ED | 36 | 9 | 0 | 4D | 60 | 7 | C | 5D | 30 |
| Octal | 355 | 66 | 11 | 0 | 115 | 140 | 7 | 14 | 135 | 60 |
| Binary | 11101101 | 110110 | 1001 | 0 | 1001101 | 1100000 | 111 | 1100 | 1011101 | 110000 |
Color Harmonies of #ED3609
Complementary color
Monochromatic Colors of #ED3609
Black with #ED3609
Text Example
Text Example
White with #ED3609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3609; }
p { color: rgb(237,54,9); }
H1.HeaderClassName
{
color: #ED3609;
}
.AnyTagClassName
{
color: #ED3609;
}
</style>
background-color css
<style>
a { background-color: #ED3609; }
a { background-color: rgb(237,54,9); }
div.DivClassName
{
background-color: #ED3609;
}
.BgClassName
{
background-color: #ED3609;
}
</style>
border-color css
<style>
span { border-color: #ED3609; }
span { border-color: rgb(237,54,9); }
td.TdClassName
{
border-color: #ED3609;
}
.TagClassName
{
border-color: #ED3609;
}
</style>