Shades of Scarlet #EE330E
Tints of Scarlet #EE330E
RGB
CMYK
RGB Variations
Color information
#EE330E (or 0xEE330E) is known color: Scarlet. HEX triplet: EE, 33 and 0E. RGB value is (238,51,14). Sum of RGB (Red+Green+Blue) = 238+51+14=303 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.55% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 238 - color contains mainly: red. Hex color #EE330E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE330E is #11CCF1. Grayscale: #676767. Windows color (decimal): -1166578 or 930798. OLE color: 930798.
HSL color Cylindrical-coordinate representation of color #EE330E: hue angle of 9.91º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE330E is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 51 | 14 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.07 |
| HSL | 9.91º | 0.89% | 0.49% | - |
| HSV(B) | 9.91º | 0.94% | 0.93% | - |
| XYZ | 36.52 | 20.58 | 2.46 | - |
| YUV | 102.7 | 77.95 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 14 | 0 | 0.79 | 0.94 | 0.07 | 9.91 | 0.89 | 0.49 |
| Hex | EE | 33 | E | 0 | 4F | 5E | 7 | A | 59 | 31 |
| Octal | 356 | 63 | 16 | 0 | 117 | 136 | 7 | 12 | 131 | 61 |
| Binary | 11101110 | 110011 | 1110 | 0 | 1001111 | 1011110 | 111 | 1010 | 1011001 | 110001 |
Color Harmonies of #EE330E
Complementary color
Monochromatic Colors of #EE330E
Black with #EE330E
Text Example
Text Example
White with #EE330E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE330E; }
p { color: rgb(238,51,14); }
H1.HeaderClassName
{
color: #EE330E;
}
.AnyTagClassName
{
color: #EE330E;
}
</style>
background-color css
<style>
a { background-color: #EE330E; }
a { background-color: rgb(238,51,14); }
div.DivClassName
{
background-color: #EE330E;
}
.BgClassName
{
background-color: #EE330E;
}
</style>
border-color css
<style>
span { border-color: #EE330E; }
span { border-color: rgb(238,51,14); }
td.TdClassName
{
border-color: #EE330E;
}
.TagClassName
{
border-color: #EE330E;
}
</style>