Shades of Orange Red #ED3B07
Tints of Orange Red #ED3B07
RGB
CMYK
RGB Variations
Color information
#ED3B07 (or 0xED3B07) is known color: Orange Red. HEX triplet: ED, 3B and 07. RGB value is (237,59,7). Sum of RGB (Red+Green+Blue) = 237+59+7=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3B07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3B07 is #12C4F8. Grayscale: #6A6A6A. Windows color (decimal): -1230073 or 474093. OLE color: 474093.
HSL color Cylindrical-coordinate representation of color #ED3B07: hue angle of 13.57º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED3B07 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 59 | 7 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.07 |
| HSL | 13.57º | 0.94% | 0.48% | - |
| HSV(B) | 13.57º | 0.97% | 0.93% | - |
| XYZ | 36.53 | 21.15 | 2.36 | - |
| YUV | 106.29 | 71.97 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 59 | 7 | 0 | 0.75 | 0.97 | 0.07 | 13.57 | 0.94 | 0.48 |
| Hex | ED | 3B | 7 | 0 | 4B | 61 | 7 | E | 5E | 30 |
| Octal | 355 | 73 | 7 | 0 | 113 | 141 | 7 | 16 | 136 | 60 |
| Binary | 11101101 | 111011 | 111 | 0 | 1001011 | 1100001 | 111 | 1110 | 1011110 | 110000 |
Color Harmonies of #ED3B07
Complementary color
Monochromatic Colors of #ED3B07
Black with #ED3B07
Text Example
Text Example
White with #ED3B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3B07; }
p { color: rgb(237,59,7); }
H1.HeaderClassName
{
color: #ED3B07;
}
.AnyTagClassName
{
color: #ED3B07;
}
</style>
background-color css
<style>
a { background-color: #ED3B07; }
a { background-color: rgb(237,59,7); }
div.DivClassName
{
background-color: #ED3B07;
}
.BgClassName
{
background-color: #ED3B07;
}
</style>
border-color css
<style>
span { border-color: #ED3B07; }
span { border-color: rgb(237,59,7); }
td.TdClassName
{
border-color: #ED3B07;
}
.TagClassName
{
border-color: #ED3B07;
}
</style>