Shades of Orange Red #EE3D0B
Tints of Orange Red #EE3D0B
RGB
CMYK
RGB Variations
Color information
#EE3D0B (or 0xEE3D0B) is known color: Orange Red. HEX triplet: EE, 3D and 0B. RGB value is (238,61,11). Sum of RGB (Red+Green+Blue) = 238+61+11=310 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.77% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3D0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3D0B is #11C2F4. Grayscale: #6C6C6C. Windows color (decimal): -1164021 or 736750. OLE color: 736750.
HSL color Cylindrical-coordinate representation of color #EE3D0B: hue angle of 13.22º 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 #EE3D0B is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 61 | 11 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.07 |
| HSL | 13.22º | 0.91% | 0.49% | - |
| HSV(B) | 13.22º | 0.95% | 0.93% | - |
| XYZ | 36.99 | 21.54 | 2.52 | - |
| YUV | 108.22 | 73.14 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 61 | 11 | 0 | 0.74 | 0.95 | 0.07 | 13.22 | 0.91 | 0.49 |
| Hex | EE | 3D | B | 0 | 4A | 5F | 7 | D | 5B | 31 |
| Octal | 356 | 75 | 13 | 0 | 112 | 137 | 7 | 15 | 133 | 61 |
| Binary | 11101110 | 111101 | 1011 | 0 | 1001010 | 1011111 | 111 | 1101 | 1011011 | 110001 |
Color Harmonies of #EE3D0B
Complementary color
Monochromatic Colors of #EE3D0B
Black with #EE3D0B
Text Example
Text Example
White with #EE3D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3D0B; }
p { color: rgb(238,61,11); }
H1.HeaderClassName
{
color: #EE3D0B;
}
.AnyTagClassName
{
color: #EE3D0B;
}
</style>
background-color css
<style>
a { background-color: #EE3D0B; }
a { background-color: rgb(238,61,11); }
div.DivClassName
{
background-color: #EE3D0B;
}
.BgClassName
{
background-color: #EE3D0B;
}
</style>
border-color css
<style>
span { border-color: #EE3D0B; }
span { border-color: rgb(238,61,11); }
td.TdClassName
{
border-color: #EE3D0B;
}
.TagClassName
{
border-color: #EE3D0B;
}
</style>