Shades of Orange Red #ED380D
Tints of Orange Red #ED380D
RGB
CMYK
RGB Variations
Color information
#ED380D (or 0xED380D) is known color: Orange Red. HEX triplet: ED, 38 and 0D. RGB value is (237,56,13). Sum of RGB (Red+Green+Blue) = 237+56+13=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED380D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED380D is #12C7F2. Grayscale: #696969. Windows color (decimal): -1230835 or 866541. OLE color: 866541.
HSL color Cylindrical-coordinate representation of color #ED380D: hue angle of 11.52º degrees, saturation: 0.9, 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 #ED380D is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 56 | 13 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.07 |
| HSL | 11.52º | 0.9% | 0.49% | - |
| HSV(B) | 11.52º | 0.95% | 0.93% | - |
| XYZ | 36.41 | 20.86 | 2.49 | - |
| YUV | 105.22 | 75.97 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 56 | 13 | 0 | 0.76 | 0.95 | 0.07 | 11.52 | 0.9 | 0.49 |
| Hex | ED | 38 | D | 0 | 4C | 5F | 7 | C | 5A | 31 |
| Octal | 355 | 70 | 15 | 0 | 114 | 137 | 7 | 14 | 132 | 61 |
| Binary | 11101101 | 111000 | 1101 | 0 | 1001100 | 1011111 | 111 | 1100 | 1011010 | 110001 |
Color Harmonies of #ED380D
Complementary color
Monochromatic Colors of #ED380D
Black with #ED380D
Text Example
Text Example
White with #ED380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED380D; }
p { color: rgb(237,56,13); }
H1.HeaderClassName
{
color: #ED380D;
}
.AnyTagClassName
{
color: #ED380D;
}
</style>
background-color css
<style>
a { background-color: #ED380D; }
a { background-color: rgb(237,56,13); }
div.DivClassName
{
background-color: #ED380D;
}
.BgClassName
{
background-color: #ED380D;
}
</style>
border-color css
<style>
span { border-color: #ED380D; }
span { border-color: rgb(237,56,13); }
td.TdClassName
{
border-color: #ED380D;
}
.TagClassName
{
border-color: #ED380D;
}
</style>