Shades of Scarlet #EE1815
Tints of Scarlet #EE1815
RGB
CMYK
RGB Variations
Color information
#EE1815 (or 0xEE1815) is known color: Scarlet. HEX triplet: EE, 18 and 15. RGB value is (238,24,21). Sum of RGB (Red+Green+Blue) = 238+24+21=283 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.10% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1815 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1815 is #11E7EA. Grayscale: #575757. Windows color (decimal): -1173483 or 1382638. OLE color: 1382638.
HSL color Cylindrical-coordinate representation of color #EE1815: hue angle of 0.83º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE1815 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 21 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.07 |
| HSL | 0.83º | 0.86% | 0.51% | - |
| HSV(B) | 0.83º | 0.91% | 0.93% | - |
| XYZ | 35.72 | 18.88 | 2.47 | - |
| YUV | 87.64 | 90.4 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 21 | 0 | 0.90 | 0.91 | 0.07 | 0.83 | 0.86 | 0.51 |
| Hex | EE | 18 | 15 | 0 | 5A | 5B | 7 | 1 | 56 | 33 |
| Octal | 356 | 30 | 25 | 0 | 132 | 133 | 7 | 1 | 126 | 63 |
| Binary | 11101110 | 11000 | 10101 | 0 | 1011010 | 1011011 | 111 | 1 | 1010110 | 110011 |
Color Harmonies of #EE1815
Complementary color
Monochromatic Colors of #EE1815
Black with #EE1815
Text Example
Text Example
White with #EE1815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1815; }
p { color: rgb(238,24,21); }
H1.HeaderClassName
{
color: #EE1815;
}
.AnyTagClassName
{
color: #EE1815;
}
</style>
background-color css
<style>
a { background-color: #EE1815; }
a { background-color: rgb(238,24,21); }
div.DivClassName
{
background-color: #EE1815;
}
.BgClassName
{
background-color: #EE1815;
}
</style>
border-color css
<style>
span { border-color: #EE1815; }
span { border-color: rgb(238,24,21); }
td.TdClassName
{
border-color: #EE1815;
}
.TagClassName
{
border-color: #EE1815;
}
</style>