Shades of Orange Red #ED3614
Tints of Orange Red #ED3614
RGB
CMYK
RGB Variations
Color information
#ED3614 (or 0xED3614) is known color: Orange Red. HEX triplet: ED, 36 and 14. RGB value is (237,54,20). Sum of RGB (Red+Green+Blue) = 237+54+20=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3614 is #12C9EB. Grayscale: #696969. Windows color (decimal): -1231340 or 1324781. OLE color: 1324781.
HSL color Cylindrical-coordinate representation of color #ED3614: hue angle of 9.4º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED3614 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 20 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.07 |
| HSL | 9.4º | 0.86% | 0.5% | - |
| HSV(B) | 9.4º | 0.92% | 0.93% | - |
| XYZ | 36.37 | 20.69 | 2.74 | - |
| YUV | 104.84 | 80.13 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 20 | 0 | 0.77 | 0.92 | 0.07 | 9.4 | 0.86 | 0.5 |
| Hex | ED | 36 | 14 | 0 | 4D | 5C | 7 | 9 | 56 | 32 |
| Octal | 355 | 66 | 24 | 0 | 115 | 134 | 7 | 11 | 126 | 62 |
| Binary | 11101101 | 110110 | 10100 | 0 | 1001101 | 1011100 | 111 | 1001 | 1010110 | 110010 |
Color Harmonies of #ED3614
Complementary color
Monochromatic Colors of #ED3614
Black with #ED3614
Text Example
Text Example
White with #ED3614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3614; }
p { color: rgb(237,54,20); }
H1.HeaderClassName
{
color: #ED3614;
}
.AnyTagClassName
{
color: #ED3614;
}
</style>
background-color css
<style>
a { background-color: #ED3614; }
a { background-color: rgb(237,54,20); }
div.DivClassName
{
background-color: #ED3614;
}
.BgClassName
{
background-color: #ED3614;
}
</style>
border-color css
<style>
span { border-color: #ED3614; }
span { border-color: rgb(237,54,20); }
td.TdClassName
{
border-color: #ED3614;
}
.TagClassName
{
border-color: #ED3614;
}
</style>