Shades of Scarlet #EE190A
Tints of Scarlet #EE190A
RGB
CMYK
RGB Variations
Color information
#EE190A (or 0xEE190A) is known color: Scarlet. HEX triplet: EE, 19 and 0A. RGB value is (238,25,10). Sum of RGB (Red+Green+Blue) = 238+25+10=273 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.18% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 238 - color contains mainly: red. Hex color #EE190A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE190A is #11E6F5. Grayscale: #575757. Windows color (decimal): -1173238 or 661998. OLE color: 661998.
HSL color Cylindrical-coordinate representation of color #EE190A: hue angle of 3.95º 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 #EE190A is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 10 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.07 |
| HSL | 3.95º | 0.92% | 0.49% | - |
| HSV(B) | 3.95º | 0.96% | 0.93% | - |
| XYZ | 35.66 | 18.89 | 2.05 | - |
| YUV | 86.98 | 84.57 | 235.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 10 | 0 | 0.89 | 0.96 | 0.07 | 3.95 | 0.92 | 0.49 |
| Hex | EE | 19 | A | 0 | 59 | 60 | 7 | 4 | 5C | 31 |
| Octal | 356 | 31 | 12 | 0 | 131 | 140 | 7 | 4 | 134 | 61 |
| Binary | 11101110 | 11001 | 1010 | 0 | 1011001 | 1100000 | 111 | 100 | 1011100 | 110001 |
Color Harmonies of #EE190A
Complementary color
Monochromatic Colors of #EE190A
Black with #EE190A
Text Example
Text Example
White with #EE190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE190A; }
p { color: rgb(238,25,10); }
H1.HeaderClassName
{
color: #EE190A;
}
.AnyTagClassName
{
color: #EE190A;
}
</style>
background-color css
<style>
a { background-color: #EE190A; }
a { background-color: rgb(238,25,10); }
div.DivClassName
{
background-color: #EE190A;
}
.BgClassName
{
background-color: #EE190A;
}
</style>
border-color css
<style>
span { border-color: #EE190A; }
span { border-color: rgb(238,25,10); }
td.TdClassName
{
border-color: #EE190A;
}
.TagClassName
{
border-color: #EE190A;
}
</style>