Shades of Scarlet #E71502
Tints of Scarlet #E71502
RGB
CMYK
RGB Variations
Color information
#E71502 (or 0xE71502) is known color: Scarlet. HEX triplet: E7, 15 and 02. RGB value is (231,21,2). Sum of RGB (Red+Green+Blue) = 231+21+2=254 (33% of max value = 765). Red value is 231 (90.62% from 255 or 90.94% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 231 - color contains mainly: red. Hex color #E71502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E71502 is #18EAFD. Grayscale: #515151. Windows color (decimal): -1633022 or 136679. OLE color: 136679.
HSL color Cylindrical-coordinate representation of color #E71502: hue angle of 4.98º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E71502 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.09 |
| HSL | 4.98º | 0.98% | 0.46% | - |
| HSV(B) | 4.98º | 0.99% | 0.91% | - |
| XYZ | 33.23 | 17.53 | 1.69 | - |
| YUV | 81.62 | 83.07 | 234.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 2 | 0 | 0.91 | 0.99 | 0.09 | 4.98 | 0.98 | 0.46 |
| Hex | E7 | 15 | 2 | 0 | 5B | 63 | 9 | 5 | 62 | 2E |
| Octal | 347 | 25 | 2 | 0 | 133 | 143 | 11 | 5 | 142 | 56 |
| Binary | 11100111 | 10101 | 10 | 0 | 1011011 | 1100011 | 1001 | 101 | 1100010 | 101110 |
Color Harmonies of #E71502
Complementary color
Monochromatic Colors of #E71502
Black with #E71502
Text Example
Text Example
White with #E71502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71502; }
p { color: rgb(231,21,2); }
H1.HeaderClassName
{
color: #E71502;
}
.AnyTagClassName
{
color: #E71502;
}
</style>
background-color css
<style>
a { background-color: #E71502; }
a { background-color: rgb(231,21,2); }
div.DivClassName
{
background-color: #E71502;
}
.BgClassName
{
background-color: #E71502;
}
</style>
border-color css
<style>
span { border-color: #E71502; }
span { border-color: rgb(231,21,2); }
td.TdClassName
{
border-color: #E71502;
}
.TagClassName
{
border-color: #E71502;
}
</style>