Shades of Scarlet #EE1510
Tints of Scarlet #EE1510
RGB
CMYK
RGB Variations
Color information
#EE1510 (or 0xEE1510) is known color: Scarlet. HEX triplet: EE, 15 and 10. RGB value is (238,21,16). Sum of RGB (Red+Green+Blue) = 238+21+16=275 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.55% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1510 is #11EAEF. Grayscale: #555555. Windows color (decimal): -1174256 or 1054190. OLE color: 1054190.
HSL color Cylindrical-coordinate representation of color #EE1510: hue angle of 1.35º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE1510 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 16 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.07 |
| HSL | 1.35º | 0.87% | 0.5% | - |
| HSV(B) | 1.35º | 0.93% | 0.93% | - |
| XYZ | 35.62 | 18.75 | 2.23 | - |
| YUV | 85.31 | 88.89 | 236.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 16 | 0 | 0.91 | 0.93 | 0.07 | 1.35 | 0.87 | 0.5 |
| Hex | EE | 15 | 10 | 0 | 5B | 5D | 7 | 1 | 57 | 32 |
| Octal | 356 | 25 | 20 | 0 | 133 | 135 | 7 | 1 | 127 | 62 |
| Binary | 11101110 | 10101 | 10000 | 0 | 1011011 | 1011101 | 111 | 1 | 1010111 | 110010 |
Color Harmonies of #EE1510
Complementary color
Monochromatic Colors of #EE1510
Black with #EE1510
Text Example
Text Example
White with #EE1510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1510; }
p { color: rgb(238,21,16); }
H1.HeaderClassName
{
color: #EE1510;
}
.AnyTagClassName
{
color: #EE1510;
}
</style>
background-color css
<style>
a { background-color: #EE1510; }
a { background-color: rgb(238,21,16); }
div.DivClassName
{
background-color: #EE1510;
}
.BgClassName
{
background-color: #EE1510;
}
</style>
border-color css
<style>
span { border-color: #EE1510; }
span { border-color: rgb(238,21,16); }
td.TdClassName
{
border-color: #EE1510;
}
.TagClassName
{
border-color: #EE1510;
}
</style>