Shades of Orange Red #ED450A
Tints of Orange Red #ED450A
RGB
CMYK
RGB Variations
Color information
#ED450A (or 0xED450A) is known color: Orange Red. HEX triplet: ED, 45 and 0A. RGB value is (237,69,10). Sum of RGB (Red+Green+Blue) = 237+69+10=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED450A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED450A is #12BAF5. Grayscale: #707070. Windows color (decimal): -1227510 or 673261. OLE color: 673261.
HSL color Cylindrical-coordinate representation of color #ED450A: hue angle of 15.59º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED450A is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 10 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.07 |
| HSL | 15.59º | 0.92% | 0.48% | - |
| HSV(B) | 15.59º | 0.96% | 0.93% | - |
| XYZ | 37.11 | 22.28 | 2.63 | - |
| YUV | 112.51 | 70.16 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 10 | 0 | 0.71 | 0.96 | 0.07 | 15.59 | 0.92 | 0.48 |
| Hex | ED | 45 | A | 0 | 47 | 60 | 7 | 10 | 5C | 30 |
| Octal | 355 | 105 | 12 | 0 | 107 | 140 | 7 | 20 | 134 | 60 |
| Binary | 11101101 | 1000101 | 1010 | 0 | 1000111 | 1100000 | 111 | 10000 | 1011100 | 110000 |
Color Harmonies of #ED450A
Complementary color
Monochromatic Colors of #ED450A
Black with #ED450A
Text Example
Text Example
White with #ED450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED450A; }
p { color: rgb(237,69,10); }
H1.HeaderClassName
{
color: #ED450A;
}
.AnyTagClassName
{
color: #ED450A;
}
</style>
background-color css
<style>
a { background-color: #ED450A; }
a { background-color: rgb(237,69,10); }
div.DivClassName
{
background-color: #ED450A;
}
.BgClassName
{
background-color: #ED450A;
}
</style>
border-color css
<style>
span { border-color: #ED450A; }
span { border-color: rgb(237,69,10); }
td.TdClassName
{
border-color: #ED450A;
}
.TagClassName
{
border-color: #ED450A;
}
</style>