Shades of Scarlet #E72002
Tints of Scarlet #E72002
RGB
CMYK
RGB Variations
Color information
#E72002 (or 0xE72002) is known color: Scarlet. HEX triplet: E7, 20 and 02. RGB value is (231,32,2). Sum of RGB (Red+Green+Blue) = 231+32+2=265 (35% of max value = 765). Red value is 231 (90.62% from 255 or 87.17% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 231 - color contains mainly: red. Hex color #E72002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72002 is #18DFFD. Grayscale: #585858. Windows color (decimal): -1630206 or 139495. OLE color: 139495.
HSL color Cylindrical-coordinate representation of color #E72002: hue angle of 7.86º 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 #E72002 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.09 |
| HSL | 7.86º | 0.98% | 0.46% | - |
| HSV(B) | 7.86º | 0.99% | 0.91% | - |
| XYZ | 33.48 | 18.03 | 1.77 | - |
| YUV | 88.08 | 79.43 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 2 | 0 | 0.86 | 0.99 | 0.09 | 7.86 | 0.98 | 0.46 |
| Hex | E7 | 20 | 2 | 0 | 56 | 63 | 9 | 8 | 62 | 2E |
| Octal | 347 | 40 | 2 | 0 | 126 | 143 | 11 | 10 | 142 | 56 |
| Binary | 11100111 | 100000 | 10 | 0 | 1010110 | 1100011 | 1001 | 1000 | 1100010 | 101110 |
Color Harmonies of #E72002
Complementary color
Monochromatic Colors of #E72002
Black with #E72002
Text Example
Text Example
White with #E72002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72002; }
p { color: rgb(231,32,2); }
H1.HeaderClassName
{
color: #E72002;
}
.AnyTagClassName
{
color: #E72002;
}
</style>
background-color css
<style>
a { background-color: #E72002; }
a { background-color: rgb(231,32,2); }
div.DivClassName
{
background-color: #E72002;
}
.BgClassName
{
background-color: #E72002;
}
</style>
border-color css
<style>
span { border-color: #E72002; }
span { border-color: rgb(231,32,2); }
td.TdClassName
{
border-color: #E72002;
}
.TagClassName
{
border-color: #E72002;
}
</style>