Shades of Scarlet #E62215
Tints of Scarlet #E62215
RGB
CMYK
RGB Variations
Color information
#E62215 (or 0xE62215) is known color: Scarlet. HEX triplet: E6, 22 and 15. RGB value is (230,34,21). Sum of RGB (Red+Green+Blue) = 230+34+21=285 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.70% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 230 - color contains mainly: red. Hex color #E62215 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62215 is #19DDEA. Grayscale: #5B5B5B. Windows color (decimal): -1695211 or 1385190. OLE color: 1385190.
HSL color Cylindrical-coordinate representation of color #E62215: hue angle of 3.73º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E62215 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 21 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.10 |
| HSL | 3.73º | 0.83% | 0.49% | - |
| HSV(B) | 3.73º | 0.91% | 0.9% | - |
| XYZ | 33.34 | 18.02 | 2.43 | - |
| YUV | 91.12 | 88.43 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 21 | 0 | 0.85 | 0.91 | 0.10 | 3.73 | 0.83 | 0.49 |
| Hex | E6 | 22 | 15 | 0 | 55 | 5B | A | 4 | 53 | 31 |
| Octal | 346 | 42 | 25 | 0 | 125 | 133 | 12 | 4 | 123 | 61 |
| Binary | 11100110 | 100010 | 10101 | 0 | 1010101 | 1011011 | 1010 | 100 | 1010011 | 110001 |
Color Harmonies of #E62215
Complementary color
Monochromatic Colors of #E62215
Black with #E62215
Text Example
Text Example
White with #E62215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62215; }
p { color: rgb(230,34,21); }
H1.HeaderClassName
{
color: #E62215;
}
.AnyTagClassName
{
color: #E62215;
}
</style>
background-color css
<style>
a { background-color: #E62215; }
a { background-color: rgb(230,34,21); }
div.DivClassName
{
background-color: #E62215;
}
.BgClassName
{
background-color: #E62215;
}
</style>
border-color css
<style>
span { border-color: #E62215; }
span { border-color: rgb(230,34,21); }
td.TdClassName
{
border-color: #E62215;
}
.TagClassName
{
border-color: #E62215;
}
</style>