Shades of Scarlet #E21C02
Tints of Scarlet #E21C02
RGB
CMYK
RGB Variations
Color information
#E21C02 (or 0xE21C02) is known color: Scarlet. HEX triplet: E2, 1C and 02. RGB value is (226,28,2). Sum of RGB (Red+Green+Blue) = 226+28+2=256 (33% of max value = 765). Red value is 226 (88.67% from 255 or 88.28% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E21C02 is #1DE3FD. Grayscale: #545454. Windows color (decimal): -1958910 or 138466. OLE color: 138466.
HSL color Cylindrical-coordinate representation of color #E21C02: hue angle of 6.96º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E21C02 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.11 |
| HSL | 6.96º | 0.98% | 0.45% | - |
| HSV(B) | 6.96º | 0.99% | 0.89% | - |
| XYZ | 31.79 | 17 | 1.66 | - |
| YUV | 84.24 | 81.6 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 2 | 0 | 0.88 | 0.99 | 0.11 | 6.96 | 0.98 | 0.45 |
| Hex | E2 | 1C | 2 | 0 | 58 | 63 | B | 7 | 62 | 2D |
| Octal | 342 | 34 | 2 | 0 | 130 | 143 | 13 | 7 | 142 | 55 |
| Binary | 11100010 | 11100 | 10 | 0 | 1011000 | 1100011 | 1011 | 111 | 1100010 | 101101 |
Color Harmonies of #E21C02
Complementary color
Monochromatic Colors of #E21C02
Black with #E21C02
Text Example
Text Example
White with #E21C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21C02; }
p { color: rgb(226,28,2); }
H1.HeaderClassName
{
color: #E21C02;
}
.AnyTagClassName
{
color: #E21C02;
}
</style>
background-color css
<style>
a { background-color: #E21C02; }
a { background-color: rgb(226,28,2); }
div.DivClassName
{
background-color: #E21C02;
}
.BgClassName
{
background-color: #E21C02;
}
</style>
border-color css
<style>
span { border-color: #E21C02; }
span { border-color: rgb(226,28,2); }
td.TdClassName
{
border-color: #E21C02;
}
.TagClassName
{
border-color: #E21C02;
}
</style>