Shades of Scarlet #E43001
Tints of Scarlet #E43001
RGB
CMYK
RGB Variations
Color information
#E43001 (or 0xE43001) is known color: Scarlet. HEX triplet: E4, 30 and 01. RGB value is (228,48,1). Sum of RGB (Red+Green+Blue) = 228+48+1=277 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.31% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 228 - color contains mainly: red. Hex color #E43001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E43001 is #1BCFFE. Grayscale: #606060. Windows color (decimal): -1822719 or 78052. OLE color: 78052.
HSL color Cylindrical-coordinate representation of color #E43001: hue angle of 12.42º 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 #E43001 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 48 | 1 | - |
| CMYK | 0 | 0.79 | 1.00 | 0.11 |
| HSL | 12.42º | 0.99% | 0.45% | - |
| HSV(B) | 12.42º | 1% | 0.89% | - |
| XYZ | 33.06 | 18.61 | 1.88 | - |
| YUV | 96.46 | 74.13 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 48 | 1 | 0 | 0.79 | 1.00 | 0.11 | 12.42 | 0.99 | 0.45 |
| Hex | E4 | 30 | 1 | 0 | 4F | 64 | B | C | 63 | 2D |
| Octal | 344 | 60 | 1 | 0 | 117 | 144 | 13 | 14 | 143 | 55 |
| Binary | 11100100 | 110000 | 1 | 0 | 1001111 | 1100100 | 1011 | 1100 | 1100011 | 101101 |
Color Harmonies of #E43001
Complementary color
Monochromatic Colors of #E43001
Black with #E43001
Text Example
Text Example
White with #E43001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43001; }
p { color: rgb(228,48,1); }
H1.HeaderClassName
{
color: #E43001;
}
.AnyTagClassName
{
color: #E43001;
}
</style>
background-color css
<style>
a { background-color: #E43001; }
a { background-color: rgb(228,48,1); }
div.DivClassName
{
background-color: #E43001;
}
.BgClassName
{
background-color: #E43001;
}
</style>
border-color css
<style>
span { border-color: #E43001; }
span { border-color: rgb(228,48,1); }
td.TdClassName
{
border-color: #E43001;
}
.TagClassName
{
border-color: #E43001;
}
</style>