Shades of Scarlet #E61702
Tints of Scarlet #E61702
RGB
CMYK
RGB Variations
Color information
#E61702 (or 0xE61702) is known color: Scarlet. HEX triplet: E6, 17 and 02. RGB value is (230,23,2). Sum of RGB (Red+Green+Blue) = 230+23+2=255 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.20% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 230 - color contains mainly: red. Hex color #E61702 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61702 is #19E8FD. Grayscale: #525252. Windows color (decimal): -1698046 or 137190. OLE color: 137190.
HSL color Cylindrical-coordinate representation of color #E61702: hue angle of 5.53º 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 #E61702 is Cyan = 0, Magento = 0.9, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 2 | - |
| CMYK | 0 | 0.9 | 0.99 | 0.10 |
| HSL | 5.53º | 0.98% | 0.45% | - |
| HSV(B) | 5.53º | 0.99% | 0.9% | - |
| XYZ | 32.95 | 17.44 | 1.69 | - |
| YUV | 82.5 | 82.58 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 2 | 0 | 0.9 | 0.99 | 0.10 | 5.53 | 0.98 | 0.45 |
| Hex | E6 | 17 | 2 | 0 | 5A | 63 | A | 6 | 62 | 2D |
| Octal | 346 | 27 | 2 | 0 | 132 | 143 | 12 | 6 | 142 | 55 |
| Binary | 11100110 | 10111 | 10 | 0 | 1011010 | 1100011 | 1010 | 110 | 1100010 | 101101 |
Color Harmonies of #E61702
Complementary color
Monochromatic Colors of #E61702
Black with #E61702
Text Example
Text Example
White with #E61702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61702; }
p { color: rgb(230,23,2); }
H1.HeaderClassName
{
color: #E61702;
}
.AnyTagClassName
{
color: #E61702;
}
</style>
background-color css
<style>
a { background-color: #E61702; }
a { background-color: rgb(230,23,2); }
div.DivClassName
{
background-color: #E61702;
}
.BgClassName
{
background-color: #E61702;
}
</style>
border-color css
<style>
span { border-color: #E61702; }
span { border-color: rgb(230,23,2); }
td.TdClassName
{
border-color: #E61702;
}
.TagClassName
{
border-color: #E61702;
}
</style>