Shades of Scarlet #EE2701
Tints of Scarlet #EE2701
RGB
CMYK
RGB Variations
Color information
#EE2701 (or 0xEE2701) is known color: Scarlet. HEX triplet: EE, 27 and 01. RGB value is (238,39,1). Sum of RGB (Red+Green+Blue) = 238+39+1=278 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.61% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2701 is #11D8FE. Grayscale: #5E5E5E. Windows color (decimal): -1169663 or 75758. OLE color: 75758.
HSL color Cylindrical-coordinate representation of color #EE2701: hue angle of 9.62º 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 #EE2701 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 1 | - |
| CMYK | 0 | 0.84 | 1.00 | 0.07 |
| HSL | 9.62º | 0.99% | 0.47% | - |
| HSV(B) | 9.62º | 1% | 0.93% | - |
| XYZ | 35.99 | 19.63 | 1.92 | - |
| YUV | 94.17 | 75.43 | 230.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 1 | 0 | 0.84 | 1.00 | 0.07 | 9.62 | 0.99 | 0.47 |
| Hex | EE | 27 | 1 | 0 | 54 | 64 | 7 | A | 63 | 2F |
| Octal | 356 | 47 | 1 | 0 | 124 | 144 | 7 | 12 | 143 | 57 |
| Binary | 11101110 | 100111 | 1 | 0 | 1010100 | 1100100 | 111 | 1010 | 1100011 | 101111 |
Color Harmonies of #EE2701
Complementary color
Monochromatic Colors of #EE2701
Black with #EE2701
Text Example
Text Example
White with #EE2701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2701; }
p { color: rgb(238,39,1); }
H1.HeaderClassName
{
color: #EE2701;
}
.AnyTagClassName
{
color: #EE2701;
}
</style>
background-color css
<style>
a { background-color: #EE2701; }
a { background-color: rgb(238,39,1); }
div.DivClassName
{
background-color: #EE2701;
}
.BgClassName
{
background-color: #EE2701;
}
</style>
border-color css
<style>
span { border-color: #EE2701; }
span { border-color: rgb(238,39,1); }
td.TdClassName
{
border-color: #EE2701;
}
.TagClassName
{
border-color: #EE2701;
}
</style>