Shades of Scarlet #E62315
Tints of Scarlet #E62315
RGB
CMYK
RGB Variations
Color information
#E62315 (or 0xE62315) is known color: Scarlet. HEX triplet: E6, 23 and 15. RGB value is (230,35,21). Sum of RGB (Red+Green+Blue) = 230+35+21=286 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.42% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 230 - color contains mainly: red. Hex color #E62315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62315 is #19DCEA. Grayscale: #5B5B5B. Windows color (decimal): -1694955 or 1385446. OLE color: 1385446.
HSL color Cylindrical-coordinate representation of color #E62315: hue angle of 4.02º 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 #E62315 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 35 | 21 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.10 |
| HSL | 4.02º | 0.83% | 0.49% | - |
| HSV(B) | 4.02º | 0.91% | 0.9% | - |
| XYZ | 33.37 | 18.08 | 2.44 | - |
| YUV | 91.71 | 88.1 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 21 | 0 | 0.85 | 0.91 | 0.10 | 4.02 | 0.83 | 0.49 |
| Hex | E6 | 23 | 15 | 0 | 55 | 5B | A | 4 | 53 | 31 |
| Octal | 346 | 43 | 25 | 0 | 125 | 133 | 12 | 4 | 123 | 61 |
| Binary | 11100110 | 100011 | 10101 | 0 | 1010101 | 1011011 | 1010 | 100 | 1010011 | 110001 |
Color Harmonies of #E62315
Complementary color
Monochromatic Colors of #E62315
Black with #E62315
Text Example
Text Example
White with #E62315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62315; }
p { color: rgb(230,35,21); }
H1.HeaderClassName
{
color: #E62315;
}
.AnyTagClassName
{
color: #E62315;
}
</style>
background-color css
<style>
a { background-color: #E62315; }
a { background-color: rgb(230,35,21); }
div.DivClassName
{
background-color: #E62315;
}
.BgClassName
{
background-color: #E62315;
}
</style>
border-color css
<style>
span { border-color: #E62315; }
span { border-color: rgb(230,35,21); }
td.TdClassName
{
border-color: #E62315;
}
.TagClassName
{
border-color: #E62315;
}
</style>