Shades of Scarlet #EE2801
Tints of Scarlet #EE2801
RGB
CMYK
RGB Variations
Color information
#EE2801 (or 0xEE2801) is known color: Scarlet. HEX triplet: EE, 28 and 01. RGB value is (238,40,1). Sum of RGB (Red+Green+Blue) = 238+40+1=279 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.30% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2801 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2801 is #11D7FE. Grayscale: #5F5F5F. Windows color (decimal): -1169407 or 76014. OLE color: 76014.
HSL color Cylindrical-coordinate representation of color #EE2801: hue angle of 9.87º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE2801 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.07 |
| HSL | 9.87º | 0.99% | 0.47% | - |
| HSV(B) | 9.87º | 1% | 0.93% | - |
| XYZ | 36.02 | 19.7 | 1.93 | - |
| YUV | 94.76 | 75.1 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 1 | 0 | 0.83 | 1.00 | 0.07 | 9.87 | 0.99 | 0.47 |
| Hex | EE | 28 | 1 | 0 | 53 | 64 | 7 | A | 63 | 2F |
| Octal | 356 | 50 | 1 | 0 | 123 | 144 | 7 | 12 | 143 | 57 |
| Binary | 11101110 | 101000 | 1 | 0 | 1010011 | 1100100 | 111 | 1010 | 1100011 | 101111 |
Color Harmonies of #EE2801
Complementary color
Monochromatic Colors of #EE2801
Black with #EE2801
Text Example
Text Example
White with #EE2801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2801; }
p { color: rgb(238,40,1); }
H1.HeaderClassName
{
color: #EE2801;
}
.AnyTagClassName
{
color: #EE2801;
}
</style>
background-color css
<style>
a { background-color: #EE2801; }
a { background-color: rgb(238,40,1); }
div.DivClassName
{
background-color: #EE2801;
}
.BgClassName
{
background-color: #EE2801;
}
</style>
border-color css
<style>
span { border-color: #EE2801; }
span { border-color: rgb(238,40,1); }
td.TdClassName
{
border-color: #EE2801;
}
.TagClassName
{
border-color: #EE2801;
}
</style>