Shades of Orange Red #ED4503
Tints of Orange Red #ED4503
RGB
CMYK
RGB Variations
Color information
#ED4503 (or 0xED4503) is known color: Orange Red. HEX triplet: ED, 45 and 03. RGB value is (237,69,3). Sum of RGB (Red+Green+Blue) = 237+69+3=309 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.70% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4503 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4503 is #12BAFC. Grayscale: #707070. Windows color (decimal): -1227517 or 214509. OLE color: 214509.
HSL color Cylindrical-coordinate representation of color #ED4503: hue angle of 16.92º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED4503 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 3 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.07 |
| HSL | 16.92º | 0.98% | 0.47% | - |
| HSV(B) | 16.92º | 0.99% | 0.93% | - |
| XYZ | 37.07 | 22.27 | 2.43 | - |
| YUV | 111.71 | 66.66 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 3 | 0 | 0.71 | 0.99 | 0.07 | 16.92 | 0.98 | 0.47 |
| Hex | ED | 45 | 3 | 0 | 47 | 63 | 7 | 11 | 62 | 2F |
| Octal | 355 | 105 | 3 | 0 | 107 | 143 | 7 | 21 | 142 | 57 |
| Binary | 11101101 | 1000101 | 11 | 0 | 1000111 | 1100011 | 111 | 10001 | 1100010 | 101111 |
Color Harmonies of #ED4503
Complementary color
Monochromatic Colors of #ED4503
Black with #ED4503
Text Example
Text Example
White with #ED4503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4503; }
p { color: rgb(237,69,3); }
H1.HeaderClassName
{
color: #ED4503;
}
.AnyTagClassName
{
color: #ED4503;
}
</style>
background-color css
<style>
a { background-color: #ED4503; }
a { background-color: rgb(237,69,3); }
div.DivClassName
{
background-color: #ED4503;
}
.BgClassName
{
background-color: #ED4503;
}
</style>
border-color css
<style>
span { border-color: #ED4503; }
span { border-color: rgb(237,69,3); }
td.TdClassName
{
border-color: #ED4503;
}
.TagClassName
{
border-color: #ED4503;
}
</style>