Shades of Orange Red #EE400C
Tints of Orange Red #EE400C
RGB
CMYK
RGB Variations
Color information
#EE400C (or 0xEE400C) is known color: Orange Red. HEX triplet: EE, 40 and 0C. RGB value is (238,64,12). Sum of RGB (Red+Green+Blue) = 238+64+12=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE400C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE400C is #11BFF3. Grayscale: #6E6E6E. Windows color (decimal): -1163252 or 803054. OLE color: 803054.
HSL color Cylindrical-coordinate representation of color #EE400C: hue angle of 13.81º 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 #EE400C is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 12 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.07 |
| HSL | 13.81º | 0.9% | 0.49% | - |
| HSV(B) | 13.81º | 0.95% | 0.93% | - |
| XYZ | 37.16 | 21.87 | 2.61 | - |
| YUV | 110.1 | 72.65 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 12 | 0 | 0.73 | 0.95 | 0.07 | 13.81 | 0.9 | 0.49 |
| Hex | EE | 40 | C | 0 | 49 | 5F | 7 | E | 5A | 31 |
| Octal | 356 | 100 | 14 | 0 | 111 | 137 | 7 | 16 | 132 | 61 |
| Binary | 11101110 | 1000000 | 1100 | 0 | 1001001 | 1011111 | 111 | 1110 | 1011010 | 110001 |
Color Harmonies of #EE400C
Complementary color
Monochromatic Colors of #EE400C
Black with #EE400C
Text Example
Text Example
White with #EE400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE400C; }
p { color: rgb(238,64,12); }
H1.HeaderClassName
{
color: #EE400C;
}
.AnyTagClassName
{
color: #EE400C;
}
</style>
background-color css
<style>
a { background-color: #EE400C; }
a { background-color: rgb(238,64,12); }
div.DivClassName
{
background-color: #EE400C;
}
.BgClassName
{
background-color: #EE400C;
}
</style>
border-color css
<style>
span { border-color: #EE400C; }
span { border-color: rgb(238,64,12); }
td.TdClassName
{
border-color: #EE400C;
}
.TagClassName
{
border-color: #EE400C;
}
</style>