Shades of Orange Red #ED4307
Tints of Orange Red #ED4307
RGB
CMYK
RGB Variations
Color information
#ED4307 (or 0xED4307) is known color: Orange Red. HEX triplet: ED, 43 and 07. RGB value is (237,67,7). Sum of RGB (Red+Green+Blue) = 237+67+7=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4307 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4307 is #12BCF8. Grayscale: #6F6F6F. Windows color (decimal): -1228025 or 476141. OLE color: 476141.
HSL color Cylindrical-coordinate representation of color #ED4307: hue angle of 15.65º 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 #ED4307 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 7 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.07 |
| HSL | 15.65º | 0.94% | 0.48% | - |
| HSV(B) | 15.65º | 0.97% | 0.93% | - |
| XYZ | 36.97 | 22.03 | 2.51 | - |
| YUV | 110.99 | 69.32 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 7 | 0 | 0.72 | 0.97 | 0.07 | 15.65 | 0.94 | 0.48 |
| Hex | ED | 43 | 7 | 0 | 48 | 61 | 7 | 10 | 5E | 30 |
| Octal | 355 | 103 | 7 | 0 | 110 | 141 | 7 | 20 | 136 | 60 |
| Binary | 11101101 | 1000011 | 111 | 0 | 1001000 | 1100001 | 111 | 10000 | 1011110 | 110000 |
Color Harmonies of #ED4307
Complementary color
Monochromatic Colors of #ED4307
Black with #ED4307
Text Example
Text Example
White with #ED4307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4307; }
p { color: rgb(237,67,7); }
H1.HeaderClassName
{
color: #ED4307;
}
.AnyTagClassName
{
color: #ED4307;
}
</style>
background-color css
<style>
a { background-color: #ED4307; }
a { background-color: rgb(237,67,7); }
div.DivClassName
{
background-color: #ED4307;
}
.BgClassName
{
background-color: #ED4307;
}
</style>
border-color css
<style>
span { border-color: #ED4307; }
span { border-color: rgb(237,67,7); }
td.TdClassName
{
border-color: #ED4307;
}
.TagClassName
{
border-color: #ED4307;
}
</style>