Shades of Scarlet #E42701
Tints of Scarlet #E42701
RGB
CMYK
RGB Variations
Color information
#E42701 (or 0xE42701) is known color: Scarlet. HEX triplet: E4, 27 and 01. RGB value is (228,39,1). Sum of RGB (Red+Green+Blue) = 228+39+1=268 (35% of max value = 765). Red value is 228 (89.45% from 255 or 85.07% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 228 - color contains mainly: red. Hex color #E42701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42701 is #1BD8FE. Grayscale: #5B5B5B. Windows color (decimal): -1825023 or 75748. OLE color: 75748.
HSL color Cylindrical-coordinate representation of color #E42701: hue angle of 10.04º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E42701 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 39 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.11 |
| HSL | 10.04º | 0.99% | 0.45% | - |
| HSV(B) | 10.04º | 1% | 0.89% | - |
| XYZ | 32.73 | 17.95 | 1.77 | - |
| YUV | 91.18 | 77.12 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 39 | 1 | 0 | 0.83 | 1.00 | 0.11 | 10.04 | 0.99 | 0.45 |
| Hex | E4 | 27 | 1 | 0 | 53 | 64 | B | A | 63 | 2D |
| Octal | 344 | 47 | 1 | 0 | 123 | 144 | 13 | 12 | 143 | 55 |
| Binary | 11100100 | 100111 | 1 | 0 | 1010011 | 1100100 | 1011 | 1010 | 1100011 | 101101 |
Color Harmonies of #E42701
Complementary color
Monochromatic Colors of #E42701
Black with #E42701
Text Example
Text Example
White with #E42701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42701; }
p { color: rgb(228,39,1); }
H1.HeaderClassName
{
color: #E42701;
}
.AnyTagClassName
{
color: #E42701;
}
</style>
background-color css
<style>
a { background-color: #E42701; }
a { background-color: rgb(228,39,1); }
div.DivClassName
{
background-color: #E42701;
}
.BgClassName
{
background-color: #E42701;
}
</style>
border-color css
<style>
span { border-color: #E42701; }
span { border-color: rgb(228,39,1); }
td.TdClassName
{
border-color: #E42701;
}
.TagClassName
{
border-color: #E42701;
}
</style>