Shades of Orange Red #ED3D0A
Tints of Orange Red #ED3D0A
RGB
CMYK
RGB Variations
Color information
#ED3D0A (or 0xED3D0A) is known color: Orange Red. HEX triplet: ED, 3D and 0A. RGB value is (237,61,10). Sum of RGB (Red+Green+Blue) = 237+61+10=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3D0A is #12C2F5. Grayscale: #6C6C6C. Windows color (decimal): -1229558 or 671213. OLE color: 671213.
HSL color Cylindrical-coordinate representation of color #ED3D0A: hue angle of 13.48º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED3D0A is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 61 | 10 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.07 |
| HSL | 13.48º | 0.92% | 0.48% | - |
| HSV(B) | 13.48º | 0.96% | 0.93% | - |
| XYZ | 36.65 | 21.36 | 2.48 | - |
| YUV | 107.81 | 72.81 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 61 | 10 | 0 | 0.74 | 0.96 | 0.07 | 13.48 | 0.92 | 0.48 |
| Hex | ED | 3D | A | 0 | 4A | 60 | 7 | D | 5C | 30 |
| Octal | 355 | 75 | 12 | 0 | 112 | 140 | 7 | 15 | 134 | 60 |
| Binary | 11101101 | 111101 | 1010 | 0 | 1001010 | 1100000 | 111 | 1101 | 1011100 | 110000 |
Color Harmonies of #ED3D0A
Complementary color
Monochromatic Colors of #ED3D0A
Black with #ED3D0A
Text Example
Text Example
White with #ED3D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3D0A; }
p { color: rgb(237,61,10); }
H1.HeaderClassName
{
color: #ED3D0A;
}
.AnyTagClassName
{
color: #ED3D0A;
}
</style>
background-color css
<style>
a { background-color: #ED3D0A; }
a { background-color: rgb(237,61,10); }
div.DivClassName
{
background-color: #ED3D0A;
}
.BgClassName
{
background-color: #ED3D0A;
}
</style>
border-color css
<style>
span { border-color: #ED3D0A; }
span { border-color: rgb(237,61,10); }
td.TdClassName
{
border-color: #ED3D0A;
}
.TagClassName
{
border-color: #ED3D0A;
}
</style>