Shades of Orange Red #ED380F
Tints of Orange Red #ED380F
RGB
CMYK
RGB Variations
Color information
#ED380F (or 0xED380F) is known color: Orange Red. HEX triplet: ED, 38 and 0F. RGB value is (237,56,15). Sum of RGB (Red+Green+Blue) = 237+56+15=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED380F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED380F is #12C7F0. Grayscale: #696969. Windows color (decimal): -1230833 or 997613. OLE color: 997613.
HSL color Cylindrical-coordinate representation of color #ED380F: hue angle of 11.08º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED380F is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 56 | 15 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.07 |
| HSL | 11.08º | 0.88% | 0.49% | - |
| HSV(B) | 11.08º | 0.94% | 0.93% | - |
| XYZ | 36.43 | 20.87 | 2.56 | - |
| YUV | 105.45 | 76.97 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 56 | 15 | 0 | 0.76 | 0.94 | 0.07 | 11.08 | 0.88 | 0.49 |
| Hex | ED | 38 | F | 0 | 4C | 5E | 7 | B | 58 | 31 |
| Octal | 355 | 70 | 17 | 0 | 114 | 136 | 7 | 13 | 130 | 61 |
| Binary | 11101101 | 111000 | 1111 | 0 | 1001100 | 1011110 | 111 | 1011 | 1011000 | 110001 |
Color Harmonies of #ED380F
Complementary color
Monochromatic Colors of #ED380F
Black with #ED380F
Text Example
Text Example
White with #ED380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED380F; }
p { color: rgb(237,56,15); }
H1.HeaderClassName
{
color: #ED380F;
}
.AnyTagClassName
{
color: #ED380F;
}
</style>
background-color css
<style>
a { background-color: #ED380F; }
a { background-color: rgb(237,56,15); }
div.DivClassName
{
background-color: #ED380F;
}
.BgClassName
{
background-color: #ED380F;
}
</style>
border-color css
<style>
span { border-color: #ED380F; }
span { border-color: rgb(237,56,15); }
td.TdClassName
{
border-color: #ED380F;
}
.TagClassName
{
border-color: #ED380F;
}
</style>