Shades of Scarlet #EE221E
Tints of Scarlet #EE221E
RGB
CMYK
RGB Variations
Color information
#EE221E (or 0xEE221E) is known color: Scarlet. HEX triplet: EE, 22 and 1E. RGB value is (238,34,30). Sum of RGB (Red+Green+Blue) = 238+34+30=302 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.81% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 238 - color contains mainly: red. Hex color #EE221E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE221E is #11DDE1. Grayscale: #5E5E5E. Windows color (decimal): -1170914 or 1975022. OLE color: 1975022.
HSL color Cylindrical-coordinate representation of color #EE221E: hue angle of 1.15º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE221E is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 30 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.07 |
| HSL | 1.15º | 0.86% | 0.53% | - |
| HSV(B) | 1.15º | 0.87% | 0.93% | - |
| XYZ | 36.07 | 19.41 | 3.07 | - |
| YUV | 94.54 | 91.59 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 30 | 0 | 0.86 | 0.87 | 0.07 | 1.15 | 0.86 | 0.53 |
| Hex | EE | 22 | 1E | 0 | 56 | 57 | 7 | 1 | 56 | 35 |
| Octal | 356 | 42 | 36 | 0 | 126 | 127 | 7 | 1 | 126 | 65 |
| Binary | 11101110 | 100010 | 11110 | 0 | 1010110 | 1010111 | 111 | 1 | 1010110 | 110101 |
Color Harmonies of #EE221E
Complementary color
Monochromatic Colors of #EE221E
Black with #EE221E
Text Example
Text Example
White with #EE221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE221E; }
p { color: rgb(238,34,30); }
H1.HeaderClassName
{
color: #EE221E;
}
.AnyTagClassName
{
color: #EE221E;
}
</style>
background-color css
<style>
a { background-color: #EE221E; }
a { background-color: rgb(238,34,30); }
div.DivClassName
{
background-color: #EE221E;
}
.BgClassName
{
background-color: #EE221E;
}
</style>
border-color css
<style>
span { border-color: #EE221E; }
span { border-color: rgb(238,34,30); }
td.TdClassName
{
border-color: #EE221E;
}
.TagClassName
{
border-color: #EE221E;
}
</style>