Shades of Orange Red #ED370B
Tints of Orange Red #ED370B
RGB
CMYK
RGB Variations
Color information
#ED370B (or 0xED370B) is known color: Orange Red. HEX triplet: ED, 37 and 0B. RGB value is (237,55,11). Sum of RGB (Red+Green+Blue) = 237+55+11=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED370B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED370B is #12C8F4. Grayscale: #686868. Windows color (decimal): -1231093 or 735213. OLE color: 735213.
HSL color Cylindrical-coordinate representation of color #ED370B: hue angle of 11.68º 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 #ED370B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 11 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.07 |
| HSL | 11.68º | 0.91% | 0.49% | - |
| HSV(B) | 11.68º | 0.95% | 0.93% | - |
| XYZ | 36.35 | 20.76 | 2.41 | - |
| YUV | 104.4 | 75.3 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 11 | 0 | 0.77 | 0.95 | 0.07 | 11.68 | 0.91 | 0.49 |
| Hex | ED | 37 | B | 0 | 4D | 5F | 7 | C | 5B | 31 |
| Octal | 355 | 67 | 13 | 0 | 115 | 137 | 7 | 14 | 133 | 61 |
| Binary | 11101101 | 110111 | 1011 | 0 | 1001101 | 1011111 | 111 | 1100 | 1011011 | 110001 |
Color Harmonies of #ED370B
Complementary color
Monochromatic Colors of #ED370B
Black with #ED370B
Text Example
Text Example
White with #ED370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED370B; }
p { color: rgb(237,55,11); }
H1.HeaderClassName
{
color: #ED370B;
}
.AnyTagClassName
{
color: #ED370B;
}
</style>
background-color css
<style>
a { background-color: #ED370B; }
a { background-color: rgb(237,55,11); }
div.DivClassName
{
background-color: #ED370B;
}
.BgClassName
{
background-color: #ED370B;
}
</style>
border-color css
<style>
span { border-color: #ED370B; }
span { border-color: rgb(237,55,11); }
td.TdClassName
{
border-color: #ED370B;
}
.TagClassName
{
border-color: #ED370B;
}
</style>