Shades of Orange Red #EE420B
Tints of Orange Red #EE420B
RGB
CMYK
RGB Variations
Color information
#EE420B (or 0xEE420B) is known color: Orange Red. HEX triplet: EE, 42 and 0B. RGB value is (238,66,11). Sum of RGB (Red+Green+Blue) = 238+66+11=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE420B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE420B is #11BDF4. Grayscale: #6F6F6F. Windows color (decimal): -1162741 or 738030. OLE color: 738030.
HSL color Cylindrical-coordinate representation of color #EE420B: hue angle of 14.54º degrees, saturation: 0.91, 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 #EE420B is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 11 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.07 |
| HSL | 14.54º | 0.91% | 0.49% | - |
| HSV(B) | 14.54º | 0.95% | 0.93% | - |
| XYZ | 37.27 | 22.1 | 2.62 | - |
| YUV | 111.16 | 71.48 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 11 | 0 | 0.72 | 0.95 | 0.07 | 14.54 | 0.91 | 0.49 |
| Hex | EE | 42 | B | 0 | 48 | 5F | 7 | F | 5B | 31 |
| Octal | 356 | 102 | 13 | 0 | 110 | 137 | 7 | 17 | 133 | 61 |
| Binary | 11101110 | 1000010 | 1011 | 0 | 1001000 | 1011111 | 111 | 1111 | 1011011 | 110001 |
Color Harmonies of #EE420B
Complementary color
Monochromatic Colors of #EE420B
Black with #EE420B
Text Example
Text Example
White with #EE420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE420B; }
p { color: rgb(238,66,11); }
H1.HeaderClassName
{
color: #EE420B;
}
.AnyTagClassName
{
color: #EE420B;
}
</style>
background-color css
<style>
a { background-color: #EE420B; }
a { background-color: rgb(238,66,11); }
div.DivClassName
{
background-color: #EE420B;
}
.BgClassName
{
background-color: #EE420B;
}
</style>
border-color css
<style>
span { border-color: #EE420B; }
span { border-color: rgb(238,66,11); }
td.TdClassName
{
border-color: #EE420B;
}
.TagClassName
{
border-color: #EE420B;
}
</style>