Shades of Orange Red #EE3F0C
Tints of Orange Red #EE3F0C
RGB
CMYK
RGB Variations
Color information
#EE3F0C (or 0xEE3F0C) is known color: Orange Red. HEX triplet: EE, 3F and 0C. RGB value is (238,63,12). Sum of RGB (Red+Green+Blue) = 238+63+12=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3F0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3F0C is #11C0F3. Grayscale: #6D6D6D. Windows color (decimal): -1163508 or 802798. OLE color: 802798.
HSL color Cylindrical-coordinate representation of color #EE3F0C: hue angle of 13.54º 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 #EE3F0C is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 63 | 12 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.07 |
| HSL | 13.54º | 0.9% | 0.49% | - |
| HSV(B) | 13.54º | 0.95% | 0.93% | - |
| XYZ | 37.1 | 21.76 | 2.59 | - |
| YUV | 109.51 | 72.98 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 63 | 12 | 0 | 0.74 | 0.95 | 0.07 | 13.54 | 0.9 | 0.49 |
| Hex | EE | 3F | C | 0 | 4A | 5F | 7 | E | 5A | 31 |
| Octal | 356 | 77 | 14 | 0 | 112 | 137 | 7 | 16 | 132 | 61 |
| Binary | 11101110 | 111111 | 1100 | 0 | 1001010 | 1011111 | 111 | 1110 | 1011010 | 110001 |
Color Harmonies of #EE3F0C
Complementary color
Monochromatic Colors of #EE3F0C
Black with #EE3F0C
Text Example
Text Example
White with #EE3F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3F0C; }
p { color: rgb(238,63,12); }
H1.HeaderClassName
{
color: #EE3F0C;
}
.AnyTagClassName
{
color: #EE3F0C;
}
</style>
background-color css
<style>
a { background-color: #EE3F0C; }
a { background-color: rgb(238,63,12); }
div.DivClassName
{
background-color: #EE3F0C;
}
.BgClassName
{
background-color: #EE3F0C;
}
</style>
border-color css
<style>
span { border-color: #EE3F0C; }
span { border-color: rgb(238,63,12); }
td.TdClassName
{
border-color: #EE3F0C;
}
.TagClassName
{
border-color: #EE3F0C;
}
</style>