Shades of Scarlet #E21B05
Tints of Scarlet #E21B05
RGB
CMYK
RGB Variations
Color information
#E21B05 (or 0xE21B05) is known color: Scarlet. HEX triplet: E2, 1B and 05. RGB value is (226,27,5). Sum of RGB (Red+Green+Blue) = 226+27+5=258 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.60% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 226 - color contains mainly: red. Hex color #E21B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E21B05 is #1DE4FA. Grayscale: #545454. Windows color (decimal): -1959163 or 334818. OLE color: 334818.
HSL color Cylindrical-coordinate representation of color #E21B05: hue angle of 5.97º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E21B05 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 27 | 5 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.11 |
| HSL | 5.97º | 0.96% | 0.45% | - |
| HSV(B) | 5.97º | 0.98% | 0.89% | - |
| XYZ | 31.78 | 16.96 | 1.74 | - |
| YUV | 83.99 | 83.43 | 229.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 5 | 0 | 0.88 | 0.98 | 0.11 | 5.97 | 0.96 | 0.45 |
| Hex | E2 | 1B | 5 | 0 | 58 | 62 | B | 6 | 60 | 2D |
| Octal | 342 | 33 | 5 | 0 | 130 | 142 | 13 | 6 | 140 | 55 |
| Binary | 11100010 | 11011 | 101 | 0 | 1011000 | 1100010 | 1011 | 110 | 1100000 | 101101 |
Color Harmonies of #E21B05
Complementary color
Monochromatic Colors of #E21B05
Black with #E21B05
Text Example
Text Example
White with #E21B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21B05; }
p { color: rgb(226,27,5); }
H1.HeaderClassName
{
color: #E21B05;
}
.AnyTagClassName
{
color: #E21B05;
}
</style>
background-color css
<style>
a { background-color: #E21B05; }
a { background-color: rgb(226,27,5); }
div.DivClassName
{
background-color: #E21B05;
}
.BgClassName
{
background-color: #E21B05;
}
</style>
border-color css
<style>
span { border-color: #E21B05; }
span { border-color: rgb(226,27,5); }
td.TdClassName
{
border-color: #E21B05;
}
.TagClassName
{
border-color: #E21B05;
}
</style>