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