Shades of Orange Red #ED440B
Tints of Orange Red #ED440B
RGB
CMYK
RGB Variations
Color information
#ED440B (or 0xED440B) is known color: Orange Red. HEX triplet: ED, 44 and 0B. RGB value is (237,68,11). Sum of RGB (Red+Green+Blue) = 237+68+11=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED440B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED440B is #12BBF4. Grayscale: #707070. Windows color (decimal): -1227765 or 738541. OLE color: 738541.
HSL color Cylindrical-coordinate representation of color #ED440B: hue angle of 15.13º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED440B is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 11 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.07 |
| HSL | 15.13º | 0.91% | 0.49% | - |
| HSV(B) | 15.13º | 0.95% | 0.93% | - |
| XYZ | 37.05 | 22.16 | 2.64 | - |
| YUV | 112.03 | 70.99 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 11 | 0 | 0.71 | 0.95 | 0.07 | 15.13 | 0.91 | 0.49 |
| Hex | ED | 44 | B | 0 | 47 | 5F | 7 | F | 5B | 31 |
| Octal | 355 | 104 | 13 | 0 | 107 | 137 | 7 | 17 | 133 | 61 |
| Binary | 11101101 | 1000100 | 1011 | 0 | 1000111 | 1011111 | 111 | 1111 | 1011011 | 110001 |
Color Harmonies of #ED440B
Complementary color
Monochromatic Colors of #ED440B
Black with #ED440B
Text Example
Text Example
White with #ED440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED440B; }
p { color: rgb(237,68,11); }
H1.HeaderClassName
{
color: #ED440B;
}
.AnyTagClassName
{
color: #ED440B;
}
</style>
background-color css
<style>
a { background-color: #ED440B; }
a { background-color: rgb(237,68,11); }
div.DivClassName
{
background-color: #ED440B;
}
.BgClassName
{
background-color: #ED440B;
}
</style>
border-color css
<style>
span { border-color: #ED440B; }
span { border-color: rgb(237,68,11); }
td.TdClassName
{
border-color: #ED440B;
}
.TagClassName
{
border-color: #ED440B;
}
</style>