Shades of Scarlet #EE221D
Tints of Scarlet #EE221D
RGB
CMYK
RGB Variations
Color information
#EE221D (or 0xEE221D) is known color: Scarlet. HEX triplet: EE, 22 and 1D. RGB value is (238,34,29). Sum of RGB (Red+Green+Blue) = 238+34+29=301 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.07% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 238 - color contains mainly: red. Hex color #EE221D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE221D is #11DDE2. Grayscale: #5E5E5E. Windows color (decimal): -1170915 or 1909486. OLE color: 1909486.
HSL color Cylindrical-coordinate representation of color #EE221D: hue angle of 1.44º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE221D is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 29 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.07 |
| HSL | 1.44º | 0.86% | 0.52% | - |
| HSV(B) | 1.44º | 0.88% | 0.93% | - |
| XYZ | 36.05 | 19.41 | 3.01 | - |
| YUV | 94.43 | 91.09 | 230.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 29 | 0 | 0.86 | 0.88 | 0.07 | 1.44 | 0.86 | 0.52 |
| Hex | EE | 22 | 1D | 0 | 56 | 58 | 7 | 1 | 56 | 34 |
| Octal | 356 | 42 | 35 | 0 | 126 | 130 | 7 | 1 | 126 | 64 |
| Binary | 11101110 | 100010 | 11101 | 0 | 1010110 | 1011000 | 111 | 1 | 1010110 | 110100 |
Color Harmonies of #EE221D
Complementary color
Monochromatic Colors of #EE221D
Black with #EE221D
Text Example
Text Example
White with #EE221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE221D; }
p { color: rgb(238,34,29); }
H1.HeaderClassName
{
color: #EE221D;
}
.AnyTagClassName
{
color: #EE221D;
}
</style>
background-color css
<style>
a { background-color: #EE221D; }
a { background-color: rgb(238,34,29); }
div.DivClassName
{
background-color: #EE221D;
}
.BgClassName
{
background-color: #EE221D;
}
</style>
border-color css
<style>
span { border-color: #EE221D; }
span { border-color: rgb(238,34,29); }
td.TdClassName
{
border-color: #EE221D;
}
.TagClassName
{
border-color: #EE221D;
}
</style>