Shades of Orange Red #ED4015
Tints of Orange Red #ED4015
RGB
CMYK
RGB Variations
Color information
#ED4015 (or 0xED4015) is known color: Orange Red. HEX triplet: ED, 40 and 15. RGB value is (237,64,21). Sum of RGB (Red+Green+Blue) = 237+64+21=322 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.60% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4015 is #12BFEA. Grayscale: #6F6F6F. Windows color (decimal): -1228779 or 1392877. OLE color: 1392877.
HSL color Cylindrical-coordinate representation of color #ED4015: hue angle of 11.94º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED4015 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 21 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.07 |
| HSL | 11.94º | 0.86% | 0.51% | - |
| HSV(B) | 11.94º | 0.91% | 0.93% | - |
| XYZ | 36.89 | 21.73 | 2.96 | - |
| YUV | 110.83 | 77.31 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 21 | 0 | 0.73 | 0.91 | 0.07 | 11.94 | 0.86 | 0.51 |
| Hex | ED | 40 | 15 | 0 | 49 | 5B | 7 | C | 56 | 33 |
| Octal | 355 | 100 | 25 | 0 | 111 | 133 | 7 | 14 | 126 | 63 |
| Binary | 11101101 | 1000000 | 10101 | 0 | 1001001 | 1011011 | 111 | 1100 | 1010110 | 110011 |
Color Harmonies of #ED4015
Complementary color
Monochromatic Colors of #ED4015
Black with #ED4015
Text Example
Text Example
White with #ED4015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4015; }
p { color: rgb(237,64,21); }
H1.HeaderClassName
{
color: #ED4015;
}
.AnyTagClassName
{
color: #ED4015;
}
</style>
background-color css
<style>
a { background-color: #ED4015; }
a { background-color: rgb(237,64,21); }
div.DivClassName
{
background-color: #ED4015;
}
.BgClassName
{
background-color: #ED4015;
}
</style>
border-color css
<style>
span { border-color: #ED4015; }
span { border-color: rgb(237,64,21); }
td.TdClassName
{
border-color: #ED4015;
}
.TagClassName
{
border-color: #ED4015;
}
</style>