Shades of Orange Red #ED3608
Tints of Orange Red #ED3608
RGB
CMYK
RGB Variations
Color information
#ED3608 (or 0xED3608) is known color: Orange Red. HEX triplet: ED, 36 and 08. RGB value is (237,54,8). Sum of RGB (Red+Green+Blue) = 237+54+8=299 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.26% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3608 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3608 is #12C9F7. Grayscale: #676767. Windows color (decimal): -1231352 or 538349. OLE color: 538349.
HSL color Cylindrical-coordinate representation of color #ED3608: hue angle of 12.05º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED3608 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 8 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.07 |
| HSL | 12.05º | 0.93% | 0.48% | - |
| HSV(B) | 12.05º | 0.97% | 0.93% | - |
| XYZ | 36.29 | 20.66 | 2.3 | - |
| YUV | 103.47 | 74.13 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 8 | 0 | 0.77 | 0.97 | 0.07 | 12.05 | 0.93 | 0.48 |
| Hex | ED | 36 | 8 | 0 | 4D | 61 | 7 | C | 5D | 30 |
| Octal | 355 | 66 | 10 | 0 | 115 | 141 | 7 | 14 | 135 | 60 |
| Binary | 11101101 | 110110 | 1000 | 0 | 1001101 | 1100001 | 111 | 1100 | 1011101 | 110000 |
Color Harmonies of #ED3608
Complementary color
Monochromatic Colors of #ED3608
Black with #ED3608
Text Example
Text Example
White with #ED3608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3608; }
p { color: rgb(237,54,8); }
H1.HeaderClassName
{
color: #ED3608;
}
.AnyTagClassName
{
color: #ED3608;
}
</style>
background-color css
<style>
a { background-color: #ED3608; }
a { background-color: rgb(237,54,8); }
div.DivClassName
{
background-color: #ED3608;
}
.BgClassName
{
background-color: #ED3608;
}
</style>
border-color css
<style>
span { border-color: #ED3608; }
span { border-color: rgb(237,54,8); }
td.TdClassName
{
border-color: #ED3608;
}
.TagClassName
{
border-color: #ED3608;
}
</style>