Shades of Orange Red #ED430A
Tints of Orange Red #ED430A
RGB
CMYK
RGB Variations
Color information
#ED430A (or 0xED430A) is known color: Orange Red. HEX triplet: ED, 43 and 0A. RGB value is (237,67,10). Sum of RGB (Red+Green+Blue) = 237+67+10=314 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.48% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 237 - color contains mainly: red. Hex color #ED430A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED430A is #12BCF5. Grayscale: #6F6F6F. Windows color (decimal): -1228022 or 672749. OLE color: 672749.
HSL color Cylindrical-coordinate representation of color #ED430A: hue angle of 15.07º 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 #ED430A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 10 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.07 |
| HSL | 15.07º | 0.92% | 0.48% | - |
| HSV(B) | 15.07º | 0.96% | 0.93% | - |
| XYZ | 36.99 | 22.04 | 2.59 | - |
| YUV | 111.33 | 70.82 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 10 | 0 | 0.72 | 0.96 | 0.07 | 15.07 | 0.92 | 0.48 |
| Hex | ED | 43 | A | 0 | 48 | 60 | 7 | F | 5C | 30 |
| Octal | 355 | 103 | 12 | 0 | 110 | 140 | 7 | 17 | 134 | 60 |
| Binary | 11101101 | 1000011 | 1010 | 0 | 1001000 | 1100000 | 111 | 1111 | 1011100 | 110000 |
Color Harmonies of #ED430A
Complementary color
Monochromatic Colors of #ED430A
Black with #ED430A
Text Example
Text Example
White with #ED430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED430A; }
p { color: rgb(237,67,10); }
H1.HeaderClassName
{
color: #ED430A;
}
.AnyTagClassName
{
color: #ED430A;
}
</style>
background-color css
<style>
a { background-color: #ED430A; }
a { background-color: rgb(237,67,10); }
div.DivClassName
{
background-color: #ED430A;
}
.BgClassName
{
background-color: #ED430A;
}
</style>
border-color css
<style>
span { border-color: #ED430A; }
span { border-color: rgb(237,67,10); }
td.TdClassName
{
border-color: #ED430A;
}
.TagClassName
{
border-color: #ED430A;
}
</style>