Shades of Outrageous Orange #ED613F
Tints of Outrageous Orange #ED613F
RGB
CMYK
RGB Variations
Color information
#ED613F (or 0xED613F) is known color: Outrageous Orange. HEX triplet: ED, 61 and 3F. RGB value is (237,97,63). Sum of RGB (Red+Green+Blue) = 237+97+63=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED613F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED613F is #129EC0. Grayscale: #878787. Windows color (decimal): -1220289 or 4153837. OLE color: 4153837.
HSL color Cylindrical-coordinate representation of color #ED613F: hue angle of 11.72º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED613F is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 63 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.07 |
| HSL | 11.72º | 0.83% | 0.59% | - |
| HSV(B) | 11.72º | 0.73% | 0.93% | - |
| XYZ | 40.1 | 26.91 | 7.78 | - |
| YUV | 134.98 | 87.38 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 63 | 0 | 0.59 | 0.73 | 0.07 | 11.72 | 0.83 | 0.59 |
| Hex | ED | 61 | 3F | 0 | 3B | 49 | 7 | C | 53 | 3B |
| Octal | 355 | 141 | 77 | 0 | 73 | 111 | 7 | 14 | 123 | 73 |
| Binary | 11101101 | 1100001 | 111111 | 0 | 111011 | 1001001 | 111 | 1100 | 1010011 | 111011 |
Color Harmonies of #ED613F
Complementary color
Monochromatic Colors of #ED613F
Black with #ED613F
Text Example
Text Example
White with #ED613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED613F; }
p { color: rgb(237,97,63); }
H1.HeaderClassName
{
color: #ED613F;
}
.AnyTagClassName
{
color: #ED613F;
}
</style>
background-color css
<style>
a { background-color: #ED613F; }
a { background-color: rgb(237,97,63); }
div.DivClassName
{
background-color: #ED613F;
}
.BgClassName
{
background-color: #ED613F;
}
</style>
border-color css
<style>
span { border-color: #ED613F; }
span { border-color: rgb(237,97,63); }
td.TdClassName
{
border-color: #ED613F;
}
.TagClassName
{
border-color: #ED613F;
}
</style>