Shades of Orange Red #EE440C
Tints of Orange Red #EE440C
RGB
CMYK
RGB Variations
Color information
#EE440C (or 0xEE440C) is known color: Orange Red. HEX triplet: EE, 44 and 0C. RGB value is (238,68,12). Sum of RGB (Red+Green+Blue) = 238+68+12=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE440C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE440C is #11BBF3. Grayscale: #707070. Windows color (decimal): -1162228 or 804078. OLE color: 804078.
HSL color Cylindrical-coordinate representation of color #EE440C: hue angle of 14.87º 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 #EE440C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 68 | 12 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.07 |
| HSL | 14.87º | 0.9% | 0.49% | - |
| HSV(B) | 14.87º | 0.95% | 0.93% | - |
| XYZ | 37.39 | 22.34 | 2.69 | - |
| YUV | 112.45 | 71.32 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 68 | 12 | 0 | 0.71 | 0.95 | 0.07 | 14.87 | 0.9 | 0.49 |
| Hex | EE | 44 | C | 0 | 47 | 5F | 7 | F | 5A | 31 |
| Octal | 356 | 104 | 14 | 0 | 107 | 137 | 7 | 17 | 132 | 61 |
| Binary | 11101110 | 1000100 | 1100 | 0 | 1000111 | 1011111 | 111 | 1111 | 1011010 | 110001 |
Color Harmonies of #EE440C
Complementary color
Monochromatic Colors of #EE440C
Black with #EE440C
Text Example
Text Example
White with #EE440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE440C; }
p { color: rgb(238,68,12); }
H1.HeaderClassName
{
color: #EE440C;
}
.AnyTagClassName
{
color: #EE440C;
}
</style>
background-color css
<style>
a { background-color: #EE440C; }
a { background-color: rgb(238,68,12); }
div.DivClassName
{
background-color: #EE440C;
}
.BgClassName
{
background-color: #EE440C;
}
</style>
border-color css
<style>
span { border-color: #EE440C; }
span { border-color: rgb(238,68,12); }
td.TdClassName
{
border-color: #EE440C;
}
.TagClassName
{
border-color: #EE440C;
}
</style>