Shades of Orange Red #ED4205
Tints of Orange Red #ED4205
RGB
CMYK
RGB Variations
Color information
#ED4205 (or 0xED4205) is known color: Orange Red. HEX triplet: ED, 42 and 05. RGB value is (237,66,5). Sum of RGB (Red+Green+Blue) = 237+66+5=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4205 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4205 is #12BDFA. Grayscale: #6E6E6E. Windows color (decimal): -1228283 or 344813. OLE color: 344813.
HSL color Cylindrical-coordinate representation of color #ED4205: hue angle of 15.78º degrees, saturation: 0.96, 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 #ED4205 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 66 | 5 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.07 |
| HSL | 15.78º | 0.96% | 0.47% | - |
| HSV(B) | 15.78º | 0.98% | 0.93% | - |
| XYZ | 36.9 | 21.91 | 2.43 | - |
| YUV | 110.18 | 68.65 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 66 | 5 | 0 | 0.72 | 0.98 | 0.07 | 15.78 | 0.96 | 0.47 |
| Hex | ED | 42 | 5 | 0 | 48 | 62 | 7 | 10 | 60 | 2F |
| Octal | 355 | 102 | 5 | 0 | 110 | 142 | 7 | 20 | 140 | 57 |
| Binary | 11101101 | 1000010 | 101 | 0 | 1001000 | 1100010 | 111 | 10000 | 1100000 | 101111 |
Color Harmonies of #ED4205
Complementary color
Monochromatic Colors of #ED4205
Black with #ED4205
Text Example
Text Example
White with #ED4205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4205; }
p { color: rgb(237,66,5); }
H1.HeaderClassName
{
color: #ED4205;
}
.AnyTagClassName
{
color: #ED4205;
}
</style>
background-color css
<style>
a { background-color: #ED4205; }
a { background-color: rgb(237,66,5); }
div.DivClassName
{
background-color: #ED4205;
}
.BgClassName
{
background-color: #ED4205;
}
</style>
border-color css
<style>
span { border-color: #ED4205; }
span { border-color: rgb(237,66,5); }
td.TdClassName
{
border-color: #ED4205;
}
.TagClassName
{
border-color: #ED4205;
}
</style>