Shades of Scarlet #E21200
Tints of Scarlet #E21200
RGB
CMYK
RGB Variations
Color information
#E21200 (or 0xE21200) is known color: Scarlet. HEX triplet: E2, 12 and 00. RGB value is (226,18,0). Sum of RGB (Red+Green+Blue) = 226+18+0=244 (32% of max value = 765). Red value is 226 (88.67% from 255 or 92.62% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 226 - color contains mainly: red. Hex color #E21200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21200 is #1DEDFF. Grayscale: #4E4E4E. Windows color (decimal): -1961472 or 4834. OLE color: 4834.
HSL color Cylindrical-coordinate representation of color #E21200: hue angle of 4.78º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E21200 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 18 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.11 |
| HSL | 4.78º | 1% | 0.44% | - |
| HSV(B) | 4.78º | 1% | 0.89% | - |
| XYZ | 31.58 | 16.6 | 1.54 | - |
| YUV | 78.14 | 83.91 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 18 | 0 | 0 | 0.92 | 1 | 0.11 | 4.78 | 1 | 0.44 |
| Hex | E2 | 12 | 0 | 0 | 5C | 64 | B | 5 | 64 | 2C |
| Octal | 342 | 22 | 0 | 0 | 134 | 144 | 13 | 5 | 144 | 54 |
| Binary | 11100010 | 10010 | 0 | 0 | 1011100 | 1100100 | 1011 | 101 | 1100100 | 101100 |
Color Harmonies of #E21200
Complementary color
Monochromatic Colors of #E21200
Black with #E21200
Text Example
Text Example
White with #E21200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21200; }
p { color: rgb(226,18,0); }
H1.HeaderClassName
{
color: #E21200;
}
.AnyTagClassName
{
color: #E21200;
}
</style>
background-color css
<style>
a { background-color: #E21200; }
a { background-color: rgb(226,18,0); }
div.DivClassName
{
background-color: #E21200;
}
.BgClassName
{
background-color: #E21200;
}
</style>
border-color css
<style>
span { border-color: #E21200; }
span { border-color: rgb(226,18,0); }
td.TdClassName
{
border-color: #E21200;
}
.TagClassName
{
border-color: #E21200;
}
</style>