Shades of Orange Red #ED4403
Tints of Orange Red #ED4403
RGB
CMYK
RGB Variations
Color information
#ED4403 (or 0xED4403) is known color: Orange Red. HEX triplet: ED, 44 and 03. RGB value is (237,68,3). Sum of RGB (Red+Green+Blue) = 237+68+3=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4403 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4403 is #12BBFC. Grayscale: #6F6F6F. Windows color (decimal): -1227773 or 214253. OLE color: 214253.
HSL color Cylindrical-coordinate representation of color #ED4403: hue angle of 16.67º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED4403 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 3 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.07 |
| HSL | 16.67º | 0.98% | 0.47% | - |
| HSV(B) | 16.67º | 0.99% | 0.93% | - |
| XYZ | 37.01 | 22.15 | 2.41 | - |
| YUV | 111.12 | 66.99 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 3 | 0 | 0.71 | 0.99 | 0.07 | 16.67 | 0.98 | 0.47 |
| Hex | ED | 44 | 3 | 0 | 47 | 63 | 7 | 11 | 62 | 2F |
| Octal | 355 | 104 | 3 | 0 | 107 | 143 | 7 | 21 | 142 | 57 |
| Binary | 11101101 | 1000100 | 11 | 0 | 1000111 | 1100011 | 111 | 10001 | 1100010 | 101111 |
Color Harmonies of #ED4403
Complementary color
Monochromatic Colors of #ED4403
Black with #ED4403
Text Example
Text Example
White with #ED4403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4403; }
p { color: rgb(237,68,3); }
H1.HeaderClassName
{
color: #ED4403;
}
.AnyTagClassName
{
color: #ED4403;
}
</style>
background-color css
<style>
a { background-color: #ED4403; }
a { background-color: rgb(237,68,3); }
div.DivClassName
{
background-color: #ED4403;
}
.BgClassName
{
background-color: #ED4403;
}
</style>
border-color css
<style>
span { border-color: #ED4403; }
span { border-color: rgb(237,68,3); }
td.TdClassName
{
border-color: #ED4403;
}
.TagClassName
{
border-color: #ED4403;
}
</style>