Shades of Scarlet #E93101
Tints of Scarlet #E93101
RGB
CMYK
RGB Variations
Color information
#E93101 (or 0xE93101) is known color: Scarlet. HEX triplet: E9, 31 and 01. RGB value is (233,49,1). Sum of RGB (Red+Green+Blue) = 233+49+1=283 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.33% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 233 - color contains mainly: red. Hex color #E93101 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93101 is #16CEFE. Grayscale: #626262. Windows color (decimal): -1494783 or 78313. OLE color: 78313.
HSL color Cylindrical-coordinate representation of color #E93101: hue angle of 12.41º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E93101 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 49 | 1 | - |
| CMYK | 0 | 0.79 | 1.00 | 0.09 |
| HSL | 12.41º | 0.99% | 0.46% | - |
| HSV(B) | 12.41º | 1% | 0.91% | - |
| XYZ | 34.71 | 19.52 | 1.97 | - |
| YUV | 98.54 | 72.96 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 49 | 1 | 0 | 0.79 | 1.00 | 0.09 | 12.41 | 0.99 | 0.46 |
| Hex | E9 | 31 | 1 | 0 | 4F | 64 | 9 | C | 63 | 2E |
| Octal | 351 | 61 | 1 | 0 | 117 | 144 | 11 | 14 | 143 | 56 |
| Binary | 11101001 | 110001 | 1 | 0 | 1001111 | 1100100 | 1001 | 1100 | 1100011 | 101110 |
Color Harmonies of #E93101
Complementary color
Monochromatic Colors of #E93101
Black with #E93101
Text Example
Text Example
White with #E93101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93101; }
p { color: rgb(233,49,1); }
H1.HeaderClassName
{
color: #E93101;
}
.AnyTagClassName
{
color: #E93101;
}
</style>
background-color css
<style>
a { background-color: #E93101; }
a { background-color: rgb(233,49,1); }
div.DivClassName
{
background-color: #E93101;
}
.BgClassName
{
background-color: #E93101;
}
</style>
border-color css
<style>
span { border-color: #E93101; }
span { border-color: rgb(233,49,1); }
td.TdClassName
{
border-color: #E93101;
}
.TagClassName
{
border-color: #E93101;
}
</style>