Shades of Orange Red #EE3815
Tints of Orange Red #EE3815
RGB
CMYK
RGB Variations
Color information
#EE3815 (or 0xEE3815) is known color: Orange Red. HEX triplet: EE, 38 and 15. RGB value is (238,56,21). Sum of RGB (Red+Green+Blue) = 238+56+21=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3815 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3815 is #11C7EA. Grayscale: #6A6A6A. Windows color (decimal): -1165291 or 1390830. OLE color: 1390830.
HSL color Cylindrical-coordinate representation of color #EE3815: hue angle of 9.68º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE3815 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 21 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.07 |
| HSL | 9.68º | 0.86% | 0.51% | - |
| HSV(B) | 9.68º | 0.91% | 0.93% | - |
| XYZ | 36.81 | 21.06 | 2.83 | - |
| YUV | 106.43 | 79.8 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 21 | 0 | 0.76 | 0.91 | 0.07 | 9.68 | 0.86 | 0.51 |
| Hex | EE | 38 | 15 | 0 | 4C | 5B | 7 | A | 56 | 33 |
| Octal | 356 | 70 | 25 | 0 | 114 | 133 | 7 | 12 | 126 | 63 |
| Binary | 11101110 | 111000 | 10101 | 0 | 1001100 | 1011011 | 111 | 1010 | 1010110 | 110011 |
Color Harmonies of #EE3815
Complementary color
Monochromatic Colors of #EE3815
Black with #EE3815
Text Example
Text Example
White with #EE3815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3815; }
p { color: rgb(238,56,21); }
H1.HeaderClassName
{
color: #EE3815;
}
.AnyTagClassName
{
color: #EE3815;
}
</style>
background-color css
<style>
a { background-color: #EE3815; }
a { background-color: rgb(238,56,21); }
div.DivClassName
{
background-color: #EE3815;
}
.BgClassName
{
background-color: #EE3815;
}
</style>
border-color css
<style>
span { border-color: #EE3815; }
span { border-color: rgb(238,56,21); }
td.TdClassName
{
border-color: #EE3815;
}
.TagClassName
{
border-color: #EE3815;
}
</style>