Shades of Orange Red #ED3E05
Tints of Orange Red #ED3E05
RGB
CMYK
RGB Variations
Color information
#ED3E05 (or 0xED3E05) is known color: Orange Red. HEX triplet: ED, 3E and 05. RGB value is (237,62,5). Sum of RGB (Red+Green+Blue) = 237+62+5=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3E05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3E05 is #12C1FA. Grayscale: #6C6C6C. Windows color (decimal): -1229307 or 343789. OLE color: 343789.
HSL color Cylindrical-coordinate representation of color #ED3E05: hue angle of 14.74º 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 #ED3E05 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 62 | 5 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.07 |
| HSL | 14.74º | 0.96% | 0.47% | - |
| HSV(B) | 14.74º | 0.98% | 0.93% | - |
| XYZ | 36.68 | 21.46 | 2.35 | - |
| YUV | 107.83 | 69.98 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 62 | 5 | 0 | 0.74 | 0.98 | 0.07 | 14.74 | 0.96 | 0.47 |
| Hex | ED | 3E | 5 | 0 | 4A | 62 | 7 | F | 60 | 2F |
| Octal | 355 | 76 | 5 | 0 | 112 | 142 | 7 | 17 | 140 | 57 |
| Binary | 11101101 | 111110 | 101 | 0 | 1001010 | 1100010 | 111 | 1111 | 1100000 | 101111 |
Color Harmonies of #ED3E05
Complementary color
Monochromatic Colors of #ED3E05
Black with #ED3E05
Text Example
Text Example
White with #ED3E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3E05; }
p { color: rgb(237,62,5); }
H1.HeaderClassName
{
color: #ED3E05;
}
.AnyTagClassName
{
color: #ED3E05;
}
</style>
background-color css
<style>
a { background-color: #ED3E05; }
a { background-color: rgb(237,62,5); }
div.DivClassName
{
background-color: #ED3E05;
}
.BgClassName
{
background-color: #ED3E05;
}
</style>
border-color css
<style>
span { border-color: #ED3E05; }
span { border-color: rgb(237,62,5); }
td.TdClassName
{
border-color: #ED3E05;
}
.TagClassName
{
border-color: #ED3E05;
}
</style>