Shades of Scarlet #E93201
Tints of Scarlet #E93201
RGB
CMYK
RGB Variations
Color information
#E93201 (or 0xE93201) is known color: Scarlet. HEX triplet: E9, 32 and 01. RGB value is (233,50,1). Sum of RGB (Red+Green+Blue) = 233+50+1=284 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.04% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 233 - color contains mainly: red. Hex color #E93201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93201 is #16CDFE. Grayscale: #636363. Windows color (decimal): -1494527 or 78569. OLE color: 78569.
HSL color Cylindrical-coordinate representation of color #E93201: hue angle of 12.67º 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 #E93201 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 1 | - |
| CMYK | 0 | 0.79 | 1.00 | 0.09 |
| HSL | 12.67º | 0.99% | 0.46% | - |
| HSV(B) | 12.67º | 1% | 0.91% | - |
| XYZ | 34.75 | 19.61 | 1.98 | - |
| YUV | 99.13 | 72.63 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 1 | 0 | 0.79 | 1.00 | 0.09 | 12.67 | 0.99 | 0.46 |
| Hex | E9 | 32 | 1 | 0 | 4F | 64 | 9 | D | 63 | 2E |
| Octal | 351 | 62 | 1 | 0 | 117 | 144 | 11 | 15 | 143 | 56 |
| Binary | 11101001 | 110010 | 1 | 0 | 1001111 | 1100100 | 1001 | 1101 | 1100011 | 101110 |
Color Harmonies of #E93201
Complementary color
Monochromatic Colors of #E93201
Black with #E93201
Text Example
Text Example
White with #E93201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93201; }
p { color: rgb(233,50,1); }
H1.HeaderClassName
{
color: #E93201;
}
.AnyTagClassName
{
color: #E93201;
}
</style>
background-color css
<style>
a { background-color: #E93201; }
a { background-color: rgb(233,50,1); }
div.DivClassName
{
background-color: #E93201;
}
.BgClassName
{
background-color: #E93201;
}
</style>
border-color css
<style>
span { border-color: #E93201; }
span { border-color: rgb(233,50,1); }
td.TdClassName
{
border-color: #E93201;
}
.TagClassName
{
border-color: #E93201;
}
</style>