Shades of Orange Red #ED4005
Tints of Orange Red #ED4005
RGB
CMYK
RGB Variations
Color information
#ED4005 (or 0xED4005) is known color: Orange Red. HEX triplet: ED, 40 and 05. RGB value is (237,64,5). Sum of RGB (Red+Green+Blue) = 237+64+5=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4005 is #12BFFA. Grayscale: #6D6D6D. Windows color (decimal): -1228795 or 344301. OLE color: 344301.
HSL color Cylindrical-coordinate representation of color #ED4005: hue angle of 15.26º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED4005 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 5 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.07 |
| HSL | 15.26º | 0.96% | 0.47% | - |
| HSV(B) | 15.26º | 0.98% | 0.93% | - |
| XYZ | 36.79 | 21.68 | 2.39 | - |
| YUV | 109 | 69.31 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 5 | 0 | 0.73 | 0.98 | 0.07 | 15.26 | 0.96 | 0.47 |
| Hex | ED | 40 | 5 | 0 | 49 | 62 | 7 | F | 60 | 2F |
| Octal | 355 | 100 | 5 | 0 | 111 | 142 | 7 | 17 | 140 | 57 |
| Binary | 11101101 | 1000000 | 101 | 0 | 1001001 | 1100010 | 111 | 1111 | 1100000 | 101111 |
Color Harmonies of #ED4005
Complementary color
Monochromatic Colors of #ED4005
Black with #ED4005
Text Example
Text Example
White with #ED4005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4005; }
p { color: rgb(237,64,5); }
H1.HeaderClassName
{
color: #ED4005;
}
.AnyTagClassName
{
color: #ED4005;
}
</style>
background-color css
<style>
a { background-color: #ED4005; }
a { background-color: rgb(237,64,5); }
div.DivClassName
{
background-color: #ED4005;
}
.BgClassName
{
background-color: #ED4005;
}
</style>
border-color css
<style>
span { border-color: #ED4005; }
span { border-color: rgb(237,64,5); }
td.TdClassName
{
border-color: #ED4005;
}
.TagClassName
{
border-color: #ED4005;
}
</style>