Shades of Scarlet #E02206
Tints of Scarlet #E02206
RGB
CMYK
RGB Variations
Color information
#E02206 (or 0xE02206) is known color: Scarlet. HEX triplet: E0, 22 and 06. RGB value is (224,34,6). Sum of RGB (Red+Green+Blue) = 224+34+6=264 (34% of max value = 765). Red value is 224 (87.89% from 255 or 84.85% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 224 - color contains mainly: red. Hex color #E02206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02206 is #1FDDF9. Grayscale: #575757. Windows color (decimal): -2088442 or 402144. OLE color: 402144.
HSL color Cylindrical-coordinate representation of color #E02206: hue angle of 7.71º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E02206 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 6 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.12 |
| HSL | 7.71º | 0.95% | 0.45% | - |
| HSV(B) | 7.71º | 0.97% | 0.88% | - |
| XYZ | 31.35 | 17 | 1.8 | - |
| YUV | 87.62 | 81.95 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 6 | 0 | 0.85 | 0.97 | 0.12 | 7.71 | 0.95 | 0.45 |
| Hex | E0 | 22 | 6 | 0 | 55 | 61 | C | 8 | 5F | 2D |
| Octal | 340 | 42 | 6 | 0 | 125 | 141 | 14 | 10 | 137 | 55 |
| Binary | 11100000 | 100010 | 110 | 0 | 1010101 | 1100001 | 1100 | 1000 | 1011111 | 101101 |
Color Harmonies of #E02206
Complementary color
Monochromatic Colors of #E02206
Black with #E02206
Text Example
Text Example
White with #E02206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02206; }
p { color: rgb(224,34,6); }
H1.HeaderClassName
{
color: #E02206;
}
.AnyTagClassName
{
color: #E02206;
}
</style>
background-color css
<style>
a { background-color: #E02206; }
a { background-color: rgb(224,34,6); }
div.DivClassName
{
background-color: #E02206;
}
.BgClassName
{
background-color: #E02206;
}
</style>
border-color css
<style>
span { border-color: #E02206; }
span { border-color: rgb(224,34,6); }
td.TdClassName
{
border-color: #E02206;
}
.TagClassName
{
border-color: #E02206;
}
</style>