Shades of Scarlet #EE220A
Tints of Scarlet #EE220A
RGB
CMYK
RGB Variations
Color information
#EE220A (or 0xEE220A) is known color: Scarlet. HEX triplet: EE, 22 and 0A. RGB value is (238,34,10). Sum of RGB (Red+Green+Blue) = 238+34+10=282 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.40% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 238 - color contains mainly: red. Hex color #EE220A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE220A is #11DDF5. Grayscale: #5C5C5C. Windows color (decimal): -1170934 or 664302. OLE color: 664302.
HSL color Cylindrical-coordinate representation of color #EE220A: hue angle of 6.32º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE220A is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 10 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.07 |
| HSL | 6.32º | 0.92% | 0.49% | - |
| HSV(B) | 6.32º | 0.96% | 0.93% | - |
| XYZ | 35.89 | 19.34 | 2.13 | - |
| YUV | 92.26 | 81.59 | 231.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 10 | 0 | 0.86 | 0.96 | 0.07 | 6.32 | 0.92 | 0.49 |
| Hex | EE | 22 | A | 0 | 56 | 60 | 7 | 6 | 5C | 31 |
| Octal | 356 | 42 | 12 | 0 | 126 | 140 | 7 | 6 | 134 | 61 |
| Binary | 11101110 | 100010 | 1010 | 0 | 1010110 | 1100000 | 111 | 110 | 1011100 | 110001 |
Color Harmonies of #EE220A
Complementary color
Monochromatic Colors of #EE220A
Black with #EE220A
Text Example
Text Example
White with #EE220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE220A; }
p { color: rgb(238,34,10); }
H1.HeaderClassName
{
color: #EE220A;
}
.AnyTagClassName
{
color: #EE220A;
}
</style>
background-color css
<style>
a { background-color: #EE220A; }
a { background-color: rgb(238,34,10); }
div.DivClassName
{
background-color: #EE220A;
}
.BgClassName
{
background-color: #EE220A;
}
</style>
border-color css
<style>
span { border-color: #EE220A; }
span { border-color: rgb(238,34,10); }
td.TdClassName
{
border-color: #EE220A;
}
.TagClassName
{
border-color: #EE220A;
}
</style>