Shades of Orange Red #EE4003
Tints of Orange Red #EE4003
RGB
CMYK
RGB Variations
Color information
#EE4003 (or 0xEE4003) is known color: Orange Red. HEX triplet: EE, 40 and 03. RGB value is (238,64,3). Sum of RGB (Red+Green+Blue) = 238+64+3=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4003 is #11BFFC. Grayscale: #6D6D6D. Windows color (decimal): -1163261 or 213230. OLE color: 213230.
HSL color Cylindrical-coordinate representation of color #EE4003: hue angle of 15.57º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE4003 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 3 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.07 |
| HSL | 15.57º | 0.98% | 0.47% | - |
| HSV(B) | 15.57º | 0.99% | 0.93% | - |
| XYZ | 37.11 | 21.85 | 2.35 | - |
| YUV | 109.07 | 68.15 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 3 | 0 | 0.73 | 0.99 | 0.07 | 15.57 | 0.98 | 0.47 |
| Hex | EE | 40 | 3 | 0 | 49 | 63 | 7 | 10 | 62 | 2F |
| Octal | 356 | 100 | 3 | 0 | 111 | 143 | 7 | 20 | 142 | 57 |
| Binary | 11101110 | 1000000 | 11 | 0 | 1001001 | 1100011 | 111 | 10000 | 1100010 | 101111 |
Color Harmonies of #EE4003
Complementary color
Monochromatic Colors of #EE4003
Black with #EE4003
Text Example
Text Example
White with #EE4003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4003; }
p { color: rgb(238,64,3); }
H1.HeaderClassName
{
color: #EE4003;
}
.AnyTagClassName
{
color: #EE4003;
}
</style>
background-color css
<style>
a { background-color: #EE4003; }
a { background-color: rgb(238,64,3); }
div.DivClassName
{
background-color: #EE4003;
}
.BgClassName
{
background-color: #EE4003;
}
</style>
border-color css
<style>
span { border-color: #EE4003; }
span { border-color: rgb(238,64,3); }
td.TdClassName
{
border-color: #EE4003;
}
.TagClassName
{
border-color: #EE4003;
}
</style>