Shades of Scarlet #E21B08
Tints of Scarlet #E21B08
RGB
CMYK
RGB Variations
Color information
#E21B08 (or 0xE21B08) is known color: Scarlet. HEX triplet: E2, 1B and 08. RGB value is (226,27,8). Sum of RGB (Red+Green+Blue) = 226+27+8=261 (34% of max value = 765). Red value is 226 (88.67% from 255 or 86.59% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 226 - color contains mainly: red. Hex color #E21B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E21B08 is #1DE4F7. Grayscale: #545454. Windows color (decimal): -1959160 or 531426. OLE color: 531426.
HSL color Cylindrical-coordinate representation of color #E21B08: hue angle of 5.23º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E21B08 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 27 | 8 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.11 |
| HSL | 5.23º | 0.93% | 0.46% | - |
| HSV(B) | 5.23º | 0.96% | 0.89% | - |
| XYZ | 31.8 | 16.97 | 1.83 | - |
| YUV | 84.34 | 84.93 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 8 | 0 | 0.88 | 0.96 | 0.11 | 5.23 | 0.93 | 0.46 |
| Hex | E2 | 1B | 8 | 0 | 58 | 60 | B | 5 | 5D | 2E |
| Octal | 342 | 33 | 10 | 0 | 130 | 140 | 13 | 5 | 135 | 56 |
| Binary | 11100010 | 11011 | 1000 | 0 | 1011000 | 1100000 | 1011 | 101 | 1011101 | 101110 |
Color Harmonies of #E21B08
Complementary color
Monochromatic Colors of #E21B08
Black with #E21B08
Text Example
Text Example
White with #E21B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21B08; }
p { color: rgb(226,27,8); }
H1.HeaderClassName
{
color: #E21B08;
}
.AnyTagClassName
{
color: #E21B08;
}
</style>
background-color css
<style>
a { background-color: #E21B08; }
a { background-color: rgb(226,27,8); }
div.DivClassName
{
background-color: #E21B08;
}
.BgClassName
{
background-color: #E21B08;
}
</style>
border-color css
<style>
span { border-color: #E21B08; }
span { border-color: rgb(226,27,8); }
td.TdClassName
{
border-color: #E21B08;
}
.TagClassName
{
border-color: #E21B08;
}
</style>