Shades of Scarlet #E33001
Tints of Scarlet #E33001
RGB
CMYK
RGB Variations
Color information
#E33001 (or 0xE33001) is known color: Scarlet. HEX triplet: E3, 30 and 01. RGB value is (227,48,1). Sum of RGB (Red+Green+Blue) = 227+48+1=276 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.25% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 227 - color contains mainly: red. Hex color #E33001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E33001 is #1CCFFE. Grayscale: #606060. Windows color (decimal): -1888255 or 78051. OLE color: 78051.
HSL color Cylindrical-coordinate representation of color #E33001: hue angle of 12.48º 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 #E33001 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 48 | 1 | - |
| CMYK | 0 | 0.79 | 1.00 | 0.11 |
| HSL | 12.48º | 0.99% | 0.45% | - |
| HSV(B) | 12.48º | 1% | 0.89% | - |
| XYZ | 32.74 | 18.45 | 1.86 | - |
| YUV | 96.16 | 74.3 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 48 | 1 | 0 | 0.79 | 1.00 | 0.11 | 12.48 | 0.99 | 0.45 |
| Hex | E3 | 30 | 1 | 0 | 4F | 64 | B | C | 63 | 2D |
| Octal | 343 | 60 | 1 | 0 | 117 | 144 | 13 | 14 | 143 | 55 |
| Binary | 11100011 | 110000 | 1 | 0 | 1001111 | 1100100 | 1011 | 1100 | 1100011 | 101101 |
Color Harmonies of #E33001
Complementary color
Monochromatic Colors of #E33001
Black with #E33001
Text Example
Text Example
White with #E33001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33001; }
p { color: rgb(227,48,1); }
H1.HeaderClassName
{
color: #E33001;
}
.AnyTagClassName
{
color: #E33001;
}
</style>
background-color css
<style>
a { background-color: #E33001; }
a { background-color: rgb(227,48,1); }
div.DivClassName
{
background-color: #E33001;
}
.BgClassName
{
background-color: #E33001;
}
</style>
border-color css
<style>
span { border-color: #E33001; }
span { border-color: rgb(227,48,1); }
td.TdClassName
{
border-color: #E33001;
}
.TagClassName
{
border-color: #E33001;
}
</style>