Shades of Orange Red #ED480C
Tints of Orange Red #ED480C
RGB
CMYK
RGB Variations
Color information
#ED480C (or 0xED480C) is known color: Orange Red. HEX triplet: ED, 48 and 0C. RGB value is (237,72,12). Sum of RGB (Red+Green+Blue) = 237+72+12=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED480C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED480C is #12B7F3. Grayscale: #727272. Windows color (decimal): -1226740 or 805101. OLE color: 805101.
HSL color Cylindrical-coordinate representation of color #ED480C: hue angle of 16º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED480C is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 72 | 12 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.07 |
| HSL | 16º | 0.9% | 0.49% | - |
| HSV(B) | 16º | 0.95% | 0.93% | - |
| XYZ | 37.31 | 22.67 | 2.76 | - |
| YUV | 114.5 | 70.16 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 72 | 12 | 0 | 0.70 | 0.95 | 0.07 | 16 | 0.9 | 0.49 |
| Hex | ED | 48 | C | 0 | 46 | 5F | 7 | 10 | 5A | 31 |
| Octal | 355 | 110 | 14 | 0 | 106 | 137 | 7 | 20 | 132 | 61 |
| Binary | 11101101 | 1001000 | 1100 | 0 | 1000110 | 1011111 | 111 | 10000 | 1011010 | 110001 |
Color Harmonies of #ED480C
Complementary color
Monochromatic Colors of #ED480C
Black with #ED480C
Text Example
Text Example
White with #ED480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED480C; }
p { color: rgb(237,72,12); }
H1.HeaderClassName
{
color: #ED480C;
}
.AnyTagClassName
{
color: #ED480C;
}
</style>
background-color css
<style>
a { background-color: #ED480C; }
a { background-color: rgb(237,72,12); }
div.DivClassName
{
background-color: #ED480C;
}
.BgClassName
{
background-color: #ED480C;
}
</style>
border-color css
<style>
span { border-color: #ED480C; }
span { border-color: rgb(237,72,12); }
td.TdClassName
{
border-color: #ED480C;
}
.TagClassName
{
border-color: #ED480C;
}
</style>