Shades of Orange Red #EE380F
Tints of Orange Red #EE380F
RGB
CMYK
RGB Variations
Color information
#EE380F (or 0xEE380F) is known color: Orange Red. HEX triplet: EE, 38 and 0F. RGB value is (238,56,15). Sum of RGB (Red+Green+Blue) = 238+56+15=309 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.02% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 238 - color contains mainly: red. Hex color #EE380F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE380F is #11C7F0. Grayscale: #6A6A6A. Windows color (decimal): -1165297 or 997614. OLE color: 997614.
HSL color Cylindrical-coordinate representation of color #EE380F: hue angle of 11.03º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE380F is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 15 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.07 |
| HSL | 11.03º | 0.88% | 0.5% | - |
| HSV(B) | 11.03º | 0.94% | 0.93% | - |
| XYZ | 36.76 | 21.04 | 2.58 | - |
| YUV | 105.74 | 76.8 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 15 | 0 | 0.76 | 0.94 | 0.07 | 11.03 | 0.88 | 0.5 |
| Hex | EE | 38 | F | 0 | 4C | 5E | 7 | B | 58 | 32 |
| Octal | 356 | 70 | 17 | 0 | 114 | 136 | 7 | 13 | 130 | 62 |
| Binary | 11101110 | 111000 | 1111 | 0 | 1001100 | 1011110 | 111 | 1011 | 1011000 | 110010 |
Color Harmonies of #EE380F
Complementary color
Monochromatic Colors of #EE380F
Black with #EE380F
Text Example
Text Example
White with #EE380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE380F; }
p { color: rgb(238,56,15); }
H1.HeaderClassName
{
color: #EE380F;
}
.AnyTagClassName
{
color: #EE380F;
}
</style>
background-color css
<style>
a { background-color: #EE380F; }
a { background-color: rgb(238,56,15); }
div.DivClassName
{
background-color: #EE380F;
}
.BgClassName
{
background-color: #EE380F;
}
</style>
border-color css
<style>
span { border-color: #EE380F; }
span { border-color: rgb(238,56,15); }
td.TdClassName
{
border-color: #EE380F;
}
.TagClassName
{
border-color: #EE380F;
}
</style>