Shades of Orange Red #ED3504
Tints of Orange Red #ED3504
RGB
CMYK
RGB Variations
Color information
#ED3504 (or 0xED3504) is known color: Orange Red. HEX triplet: ED, 35 and 04. RGB value is (237,53,4). Sum of RGB (Red+Green+Blue) = 237+53+4=294 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.61% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3504 is #12CAFB. Grayscale: #666666. Windows color (decimal): -1231612 or 275949. OLE color: 275949.
HSL color Cylindrical-coordinate representation of color #ED3504: hue angle of 12.62º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED3504 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 4 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.07 |
| HSL | 12.62º | 0.97% | 0.47% | - |
| HSV(B) | 12.62º | 0.98% | 0.93% | - |
| XYZ | 36.22 | 20.56 | 2.17 | - |
| YUV | 102.43 | 72.46 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 4 | 0 | 0.78 | 0.98 | 0.07 | 12.62 | 0.97 | 0.47 |
| Hex | ED | 35 | 4 | 0 | 4E | 62 | 7 | D | 61 | 2F |
| Octal | 355 | 65 | 4 | 0 | 116 | 142 | 7 | 15 | 141 | 57 |
| Binary | 11101101 | 110101 | 100 | 0 | 1001110 | 1100010 | 111 | 1101 | 1100001 | 101111 |
Color Harmonies of #ED3504
Complementary color
Monochromatic Colors of #ED3504
Black with #ED3504
Text Example
Text Example
White with #ED3504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3504; }
p { color: rgb(237,53,4); }
H1.HeaderClassName
{
color: #ED3504;
}
.AnyTagClassName
{
color: #ED3504;
}
</style>
background-color css
<style>
a { background-color: #ED3504; }
a { background-color: rgb(237,53,4); }
div.DivClassName
{
background-color: #ED3504;
}
.BgClassName
{
background-color: #ED3504;
}
</style>
border-color css
<style>
span { border-color: #ED3504; }
span { border-color: rgb(237,53,4); }
td.TdClassName
{
border-color: #ED3504;
}
.TagClassName
{
border-color: #ED3504;
}
</style>