Shades of Scarlet #EE150A
Tints of Scarlet #EE150A
RGB
CMYK
RGB Variations
Color information
#EE150A (or 0xEE150A) is known color: Scarlet. HEX triplet: EE, 15 and 0A. RGB value is (238,21,10). Sum of RGB (Red+Green+Blue) = 238+21+10=269 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.48% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 238 - color contains mainly: red. Hex color #EE150A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE150A is #11EAF5. Grayscale: #545454. Windows color (decimal): -1174262 or 660974. OLE color: 660974.
HSL color Cylindrical-coordinate representation of color #EE150A: hue angle of 2.89º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE150A is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 10 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.07 |
| HSL | 2.89º | 0.92% | 0.49% | - |
| HSV(B) | 2.89º | 0.96% | 0.93% | - |
| XYZ | 35.58 | 18.74 | 2.03 | - |
| YUV | 84.63 | 85.89 | 237.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 10 | 0 | 0.91 | 0.96 | 0.07 | 2.89 | 0.92 | 0.49 |
| Hex | EE | 15 | A | 0 | 5B | 60 | 7 | 3 | 5C | 31 |
| Octal | 356 | 25 | 12 | 0 | 133 | 140 | 7 | 3 | 134 | 61 |
| Binary | 11101110 | 10101 | 1010 | 0 | 1011011 | 1100000 | 111 | 11 | 1011100 | 110001 |
Color Harmonies of #EE150A
Complementary color
Monochromatic Colors of #EE150A
Black with #EE150A
Text Example
Text Example
White with #EE150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE150A; }
p { color: rgb(238,21,10); }
H1.HeaderClassName
{
color: #EE150A;
}
.AnyTagClassName
{
color: #EE150A;
}
</style>
background-color css
<style>
a { background-color: #EE150A; }
a { background-color: rgb(238,21,10); }
div.DivClassName
{
background-color: #EE150A;
}
.BgClassName
{
background-color: #EE150A;
}
</style>
border-color css
<style>
span { border-color: #EE150A; }
span { border-color: rgb(238,21,10); }
td.TdClassName
{
border-color: #EE150A;
}
.TagClassName
{
border-color: #EE150A;
}
</style>