Shades of Scarlet #E21700
Tints of Scarlet #E21700
RGB
CMYK
RGB Variations
Color information
#E21700 (or 0xE21700) is known color: Scarlet. HEX triplet: E2, 17 and 00. RGB value is (226,23,0). Sum of RGB (Red+Green+Blue) = 226+23+0=249 (32% of max value = 765). Red value is 226 (88.67% from 255 or 90.76% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 226 - color contains mainly: red. Hex color #E21700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21700 is #1DE8FF. Grayscale: #515151. Windows color (decimal): -1960192 or 6114. OLE color: 6114.
HSL color Cylindrical-coordinate representation of color #E21700: hue angle of 6.11º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E21700 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.11 |
| HSL | 6.11º | 1% | 0.44% | - |
| HSV(B) | 6.11º | 1% | 0.89% | - |
| XYZ | 31.67 | 16.78 | 1.57 | - |
| YUV | 81.08 | 82.25 | 231.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 0 | 0 | 0.90 | 1 | 0.11 | 6.11 | 1 | 0.44 |
| Hex | E2 | 17 | 0 | 0 | 5A | 64 | B | 6 | 64 | 2C |
| Octal | 342 | 27 | 0 | 0 | 132 | 144 | 13 | 6 | 144 | 54 |
| Binary | 11100010 | 10111 | 0 | 0 | 1011010 | 1100100 | 1011 | 110 | 1100100 | 101100 |
Color Harmonies of #E21700
Complementary color
Monochromatic Colors of #E21700
Black with #E21700
Text Example
Text Example
White with #E21700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21700; }
p { color: rgb(226,23,0); }
H1.HeaderClassName
{
color: #E21700;
}
.AnyTagClassName
{
color: #E21700;
}
</style>
background-color css
<style>
a { background-color: #E21700; }
a { background-color: rgb(226,23,0); }
div.DivClassName
{
background-color: #E21700;
}
.BgClassName
{
background-color: #E21700;
}
</style>
border-color css
<style>
span { border-color: #E21700; }
span { border-color: rgb(226,23,0); }
td.TdClassName
{
border-color: #E21700;
}
.TagClassName
{
border-color: #E21700;
}
</style>