Shades of Scarlet #E72602
Tints of Scarlet #E72602
RGB
CMYK
RGB Variations
Color information
#E72602 (or 0xE72602) is known color: Scarlet. HEX triplet: E7, 26 and 02. RGB value is (231,38,2). Sum of RGB (Red+Green+Blue) = 231+38+2=271 (35% of max value = 765). Red value is 231 (90.62% from 255 or 85.24% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 231 - color contains mainly: red. Hex color #E72602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72602 is #18D9FD. Grayscale: #5B5B5B. Windows color (decimal): -1628670 or 141031. OLE color: 141031.
HSL color Cylindrical-coordinate representation of color #E72602: hue angle of 9.43º 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 #E72602 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.09 |
| HSL | 9.43º | 0.98% | 0.46% | - |
| HSV(B) | 9.43º | 0.99% | 0.91% | - |
| XYZ | 33.66 | 18.38 | 1.83 | - |
| YUV | 91.6 | 77.44 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 2 | 0 | 0.84 | 0.99 | 0.09 | 9.43 | 0.98 | 0.46 |
| Hex | E7 | 26 | 2 | 0 | 54 | 63 | 9 | 9 | 62 | 2E |
| Octal | 347 | 46 | 2 | 0 | 124 | 143 | 11 | 11 | 142 | 56 |
| Binary | 11100111 | 100110 | 10 | 0 | 1010100 | 1100011 | 1001 | 1001 | 1100010 | 101110 |
Color Harmonies of #E72602
Complementary color
Monochromatic Colors of #E72602
Black with #E72602
Text Example
Text Example
White with #E72602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72602; }
p { color: rgb(231,38,2); }
H1.HeaderClassName
{
color: #E72602;
}
.AnyTagClassName
{
color: #E72602;
}
</style>
background-color css
<style>
a { background-color: #E72602; }
a { background-color: rgb(231,38,2); }
div.DivClassName
{
background-color: #E72602;
}
.BgClassName
{
background-color: #E72602;
}
</style>
border-color css
<style>
span { border-color: #E72602; }
span { border-color: rgb(231,38,2); }
td.TdClassName
{
border-color: #E72602;
}
.TagClassName
{
border-color: #E72602;
}
</style>