Shades of Scarlet #EE221B
Tints of Scarlet #EE221B
RGB
CMYK
RGB Variations
Color information
#EE221B (or 0xEE221B) is known color: Scarlet. HEX triplet: EE, 22 and 1B. RGB value is (238,34,27). Sum of RGB (Red+Green+Blue) = 238+34+27=299 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.60% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 238 - color contains mainly: red. Hex color #EE221B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE221B is #11DDE4. Grayscale: #5E5E5E. Windows color (decimal): -1170917 or 1778414. OLE color: 1778414.
HSL color Cylindrical-coordinate representation of color #EE221B: hue angle of 1.99º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE221B is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 27 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.07 |
| HSL | 1.99º | 0.86% | 0.52% | - |
| HSV(B) | 1.99º | 0.89% | 0.93% | - |
| XYZ | 36.03 | 19.4 | 2.88 | - |
| YUV | 94.2 | 90.09 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 27 | 0 | 0.86 | 0.89 | 0.07 | 1.99 | 0.86 | 0.52 |
| Hex | EE | 22 | 1B | 0 | 56 | 59 | 7 | 2 | 56 | 34 |
| Octal | 356 | 42 | 33 | 0 | 126 | 131 | 7 | 2 | 126 | 64 |
| Binary | 11101110 | 100010 | 11011 | 0 | 1010110 | 1011001 | 111 | 10 | 1010110 | 110100 |
Color Harmonies of #EE221B
Complementary color
Monochromatic Colors of #EE221B
Black with #EE221B
Text Example
Text Example
White with #EE221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE221B; }
p { color: rgb(238,34,27); }
H1.HeaderClassName
{
color: #EE221B;
}
.AnyTagClassName
{
color: #EE221B;
}
</style>
background-color css
<style>
a { background-color: #EE221B; }
a { background-color: rgb(238,34,27); }
div.DivClassName
{
background-color: #EE221B;
}
.BgClassName
{
background-color: #EE221B;
}
</style>
border-color css
<style>
span { border-color: #EE221B; }
span { border-color: rgb(238,34,27); }
td.TdClassName
{
border-color: #EE221B;
}
.TagClassName
{
border-color: #EE221B;
}
</style>