Shades of Orange Red #EE380C
Tints of Orange Red #EE380C
RGB
CMYK
RGB Variations
Color information
#EE380C (or 0xEE380C) is known color: Orange Red. HEX triplet: EE, 38 and 0C. RGB value is (238,56,12). Sum of RGB (Red+Green+Blue) = 238+56+12=306 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.78% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 238 - color contains mainly: red. Hex color #EE380C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE380C is #11C7F3. Grayscale: #696969. Windows color (decimal): -1165300 or 801006. OLE color: 801006.
HSL color Cylindrical-coordinate representation of color #EE380C: hue angle of 11.68º 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 #EE380C is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 12 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.07 |
| HSL | 11.68º | 0.9% | 0.49% | - |
| HSV(B) | 11.68º | 0.95% | 0.93% | - |
| XYZ | 36.74 | 21.03 | 2.47 | - |
| YUV | 105.4 | 75.3 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 12 | 0 | 0.76 | 0.95 | 0.07 | 11.68 | 0.9 | 0.49 |
| Hex | EE | 38 | C | 0 | 4C | 5F | 7 | C | 5A | 31 |
| Octal | 356 | 70 | 14 | 0 | 114 | 137 | 7 | 14 | 132 | 61 |
| Binary | 11101110 | 111000 | 1100 | 0 | 1001100 | 1011111 | 111 | 1100 | 1011010 | 110001 |
Color Harmonies of #EE380C
Complementary color
Monochromatic Colors of #EE380C
Black with #EE380C
Text Example
Text Example
White with #EE380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE380C; }
p { color: rgb(238,56,12); }
H1.HeaderClassName
{
color: #EE380C;
}
.AnyTagClassName
{
color: #EE380C;
}
</style>
background-color css
<style>
a { background-color: #EE380C; }
a { background-color: rgb(238,56,12); }
div.DivClassName
{
background-color: #EE380C;
}
.BgClassName
{
background-color: #EE380C;
}
</style>
border-color css
<style>
span { border-color: #EE380C; }
span { border-color: rgb(238,56,12); }
td.TdClassName
{
border-color: #EE380C;
}
.TagClassName
{
border-color: #EE380C;
}
</style>