Shades of Orange Red #ED380B
Tints of Orange Red #ED380B
RGB
CMYK
RGB Variations
Color information
#ED380B (or 0xED380B) is known color: Orange Red. HEX triplet: ED, 38 and 0B. RGB value is (237,56,11). Sum of RGB (Red+Green+Blue) = 237+56+11=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED380B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED380B is #12C7F4. Grayscale: #696969. Windows color (decimal): -1230837 or 735469. OLE color: 735469.
HSL color Cylindrical-coordinate representation of color #ED380B: hue angle of 11.95º 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 #ED380B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 56 | 11 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.07 |
| HSL | 11.95º | 0.91% | 0.49% | - |
| HSV(B) | 11.95º | 0.95% | 0.93% | - |
| XYZ | 36.4 | 20.86 | 2.42 | - |
| YUV | 104.99 | 74.97 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 56 | 11 | 0 | 0.76 | 0.95 | 0.07 | 11.95 | 0.91 | 0.49 |
| Hex | ED | 38 | B | 0 | 4C | 5F | 7 | C | 5B | 31 |
| Octal | 355 | 70 | 13 | 0 | 114 | 137 | 7 | 14 | 133 | 61 |
| Binary | 11101101 | 111000 | 1011 | 0 | 1001100 | 1011111 | 111 | 1100 | 1011011 | 110001 |
Color Harmonies of #ED380B
Complementary color
Monochromatic Colors of #ED380B
Black with #ED380B
Text Example
Text Example
White with #ED380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED380B; }
p { color: rgb(237,56,11); }
H1.HeaderClassName
{
color: #ED380B;
}
.AnyTagClassName
{
color: #ED380B;
}
</style>
background-color css
<style>
a { background-color: #ED380B; }
a { background-color: rgb(237,56,11); }
div.DivClassName
{
background-color: #ED380B;
}
.BgClassName
{
background-color: #ED380B;
}
</style>
border-color css
<style>
span { border-color: #ED380B; }
span { border-color: rgb(237,56,11); }
td.TdClassName
{
border-color: #ED380B;
}
.TagClassName
{
border-color: #ED380B;
}
</style>