Shades of Scarlet #E61302
Tints of Scarlet #E61302
RGB
CMYK
RGB Variations
Color information
#E61302 (or 0xE61302) is known color: Scarlet. HEX triplet: E6, 13 and 02. RGB value is (230,19,2). Sum of RGB (Red+Green+Blue) = 230+19+2=251 (33% of max value = 765). Red value is 230 (90.23% from 255 or 91.63% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 230 - color contains mainly: red. Hex color #E61302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61302 is #19ECFD. Grayscale: #505050. Windows color (decimal): -1699070 or 136166. OLE color: 136166.
HSL color Cylindrical-coordinate representation of color #E61302: hue angle of 4.47º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E61302 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.10 |
| HSL | 4.47º | 0.98% | 0.45% | - |
| HSV(B) | 4.47º | 0.99% | 0.9% | - |
| XYZ | 32.88 | 17.29 | 1.66 | - |
| YUV | 80.15 | 83.9 | 234.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 2 | 0 | 0.92 | 0.99 | 0.10 | 4.47 | 0.98 | 0.45 |
| Hex | E6 | 13 | 2 | 0 | 5C | 63 | A | 4 | 62 | 2D |
| Octal | 346 | 23 | 2 | 0 | 134 | 143 | 12 | 4 | 142 | 55 |
| Binary | 11100110 | 10011 | 10 | 0 | 1011100 | 1100011 | 1010 | 100 | 1100010 | 101101 |
Color Harmonies of #E61302
Complementary color
Monochromatic Colors of #E61302
Black with #E61302
Text Example
Text Example
White with #E61302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61302; }
p { color: rgb(230,19,2); }
H1.HeaderClassName
{
color: #E61302;
}
.AnyTagClassName
{
color: #E61302;
}
</style>
background-color css
<style>
a { background-color: #E61302; }
a { background-color: rgb(230,19,2); }
div.DivClassName
{
background-color: #E61302;
}
.BgClassName
{
background-color: #E61302;
}
</style>
border-color css
<style>
span { border-color: #E61302; }
span { border-color: rgb(230,19,2); }
td.TdClassName
{
border-color: #E61302;
}
.TagClassName
{
border-color: #E61302;
}
</style>