Shades of Scarlet #EE220E
Tints of Scarlet #EE220E
RGB
CMYK
RGB Variations
Color information
#EE220E (or 0xEE220E) is known color: Scarlet. HEX triplet: EE, 22 and 0E. RGB value is (238,34,14). Sum of RGB (Red+Green+Blue) = 238+34+14=286 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.22% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 238 - color contains mainly: red. Hex color #EE220E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE220E is #11DDF1. Grayscale: #5D5D5D. Windows color (decimal): -1170930 or 926446. OLE color: 926446.
HSL color Cylindrical-coordinate representation of color #EE220E: hue angle of 5.36º 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 #EE220E is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 14 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.07 |
| HSL | 5.36º | 0.89% | 0.49% | - |
| HSV(B) | 5.36º | 0.94% | 0.93% | - |
| XYZ | 35.91 | 19.35 | 2.26 | - |
| YUV | 92.72 | 83.59 | 231.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 14 | 0 | 0.86 | 0.94 | 0.07 | 5.36 | 0.89 | 0.49 |
| Hex | EE | 22 | E | 0 | 56 | 5E | 7 | 5 | 59 | 31 |
| Octal | 356 | 42 | 16 | 0 | 126 | 136 | 7 | 5 | 131 | 61 |
| Binary | 11101110 | 100010 | 1110 | 0 | 1010110 | 1011110 | 111 | 101 | 1011001 | 110001 |
Color Harmonies of #EE220E
Complementary color
Monochromatic Colors of #EE220E
Black with #EE220E
Text Example
Text Example
White with #EE220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE220E; }
p { color: rgb(238,34,14); }
H1.HeaderClassName
{
color: #EE220E;
}
.AnyTagClassName
{
color: #EE220E;
}
</style>
background-color css
<style>
a { background-color: #EE220E; }
a { background-color: rgb(238,34,14); }
div.DivClassName
{
background-color: #EE220E;
}
.BgClassName
{
background-color: #EE220E;
}
</style>
border-color css
<style>
span { border-color: #EE220E; }
span { border-color: rgb(238,34,14); }
td.TdClassName
{
border-color: #EE220E;
}
.TagClassName
{
border-color: #EE220E;
}
</style>