Shades of Scarlet #EE2901
Tints of Scarlet #EE2901
RGB
CMYK
RGB Variations
Color information
#EE2901 (or 0xEE2901) is known color: Scarlet. HEX triplet: EE, 29 and 01. RGB value is (238,41,1). Sum of RGB (Red+Green+Blue) = 238+41+1=280 (37% of max value = 765). Red value is 238 (93.36% from 255 or 85% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2901 is #11D6FE. Grayscale: #5F5F5F. Windows color (decimal): -1169151 or 76270. OLE color: 76270.
HSL color Cylindrical-coordinate representation of color #EE2901: hue angle of 10.13º 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 #EE2901 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.07 |
| HSL | 10.13º | 0.99% | 0.47% | - |
| HSV(B) | 10.13º | 1% | 0.93% | - |
| XYZ | 36.06 | 19.77 | 1.94 | - |
| YUV | 95.34 | 74.77 | 229.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 1 | 0 | 0.83 | 1.00 | 0.07 | 10.13 | 0.99 | 0.47 |
| Hex | EE | 29 | 1 | 0 | 53 | 64 | 7 | A | 63 | 2F |
| Octal | 356 | 51 | 1 | 0 | 123 | 144 | 7 | 12 | 143 | 57 |
| Binary | 11101110 | 101001 | 1 | 0 | 1010011 | 1100100 | 111 | 1010 | 1100011 | 101111 |
Color Harmonies of #EE2901
Complementary color
Monochromatic Colors of #EE2901
Black with #EE2901
Text Example
Text Example
White with #EE2901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2901; }
p { color: rgb(238,41,1); }
H1.HeaderClassName
{
color: #EE2901;
}
.AnyTagClassName
{
color: #EE2901;
}
</style>
background-color css
<style>
a { background-color: #EE2901; }
a { background-color: rgb(238,41,1); }
div.DivClassName
{
background-color: #EE2901;
}
.BgClassName
{
background-color: #EE2901;
}
</style>
border-color css
<style>
span { border-color: #EE2901; }
span { border-color: rgb(238,41,1); }
td.TdClassName
{
border-color: #EE2901;
}
.TagClassName
{
border-color: #EE2901;
}
</style>