Shades of Scarlet #E21605
Tints of Scarlet #E21605
RGB
CMYK
RGB Variations
Color information
#E21605 (or 0xE21605) is known color: Scarlet. HEX triplet: E2, 16 and 05. RGB value is (226,22,5). Sum of RGB (Red+Green+Blue) = 226+22+5=253 (33% of max value = 765). Red value is 226 (88.67% from 255 or 89.33% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 226 - color contains mainly: red. Hex color #E21605 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21605 is #1DE9FA. Grayscale: #515151. Windows color (decimal): -1960443 or 333538. OLE color: 333538.
HSL color Cylindrical-coordinate representation of color #E21605: hue angle of 4.62º 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 #E21605 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 5 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.11 |
| HSL | 4.62º | 0.96% | 0.45% | - |
| HSV(B) | 4.62º | 0.98% | 0.89% | - |
| XYZ | 31.68 | 16.75 | 1.71 | - |
| YUV | 81.06 | 85.09 | 231.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 5 | 0 | 0.90 | 0.98 | 0.11 | 4.62 | 0.96 | 0.45 |
| Hex | E2 | 16 | 5 | 0 | 5A | 62 | B | 5 | 60 | 2D |
| Octal | 342 | 26 | 5 | 0 | 132 | 142 | 13 | 5 | 140 | 55 |
| Binary | 11100010 | 10110 | 101 | 0 | 1011010 | 1100010 | 1011 | 101 | 1100000 | 101101 |
Color Harmonies of #E21605
Complementary color
Monochromatic Colors of #E21605
Black with #E21605
Text Example
Text Example
White with #E21605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21605; }
p { color: rgb(226,22,5); }
H1.HeaderClassName
{
color: #E21605;
}
.AnyTagClassName
{
color: #E21605;
}
</style>
background-color css
<style>
a { background-color: #E21605; }
a { background-color: rgb(226,22,5); }
div.DivClassName
{
background-color: #E21605;
}
.BgClassName
{
background-color: #E21605;
}
</style>
border-color css
<style>
span { border-color: #E21605; }
span { border-color: rgb(226,22,5); }
td.TdClassName
{
border-color: #E21605;
}
.TagClassName
{
border-color: #E21605;
}
</style>