Shades of Scarlet #E21602
Tints of Scarlet #E21602
RGB
CMYK
RGB Variations
Color information
#E21602 (or 0xE21602) is known color: Scarlet. HEX triplet: E2, 16 and 02. RGB value is (226,22,2). Sum of RGB (Red+Green+Blue) = 226+22+2=250 (33% of max value = 765). Red value is 226 (88.67% from 255 or 90.4% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 226 - color contains mainly: red. Hex color #E21602 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21602 is #1DE9FD. Grayscale: #515151. Windows color (decimal): -1960446 or 136930. OLE color: 136930.
HSL color Cylindrical-coordinate representation of color #E21602: hue angle of 5.36º 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 #E21602 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.11 |
| HSL | 5.36º | 0.98% | 0.45% | - |
| HSV(B) | 5.36º | 0.99% | 0.89% | - |
| XYZ | 31.66 | 16.75 | 1.62 | - |
| YUV | 80.72 | 83.59 | 231.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 2 | 0 | 0.90 | 0.99 | 0.11 | 5.36 | 0.98 | 0.45 |
| Hex | E2 | 16 | 2 | 0 | 5A | 63 | B | 5 | 62 | 2D |
| Octal | 342 | 26 | 2 | 0 | 132 | 143 | 13 | 5 | 142 | 55 |
| Binary | 11100010 | 10110 | 10 | 0 | 1011010 | 1100011 | 1011 | 101 | 1100010 | 101101 |
Color Harmonies of #E21602
Complementary color
Monochromatic Colors of #E21602
Black with #E21602
Text Example
Text Example
White with #E21602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21602; }
p { color: rgb(226,22,2); }
H1.HeaderClassName
{
color: #E21602;
}
.AnyTagClassName
{
color: #E21602;
}
</style>
background-color css
<style>
a { background-color: #E21602; }
a { background-color: rgb(226,22,2); }
div.DivClassName
{
background-color: #E21602;
}
.BgClassName
{
background-color: #E21602;
}
</style>
border-color css
<style>
span { border-color: #E21602; }
span { border-color: rgb(226,22,2); }
td.TdClassName
{
border-color: #E21602;
}
.TagClassName
{
border-color: #E21602;
}
</style>