Shades of Scarlet #E9150A
Tints of Scarlet #E9150A
RGB
CMYK
RGB Variations
Color information
#E9150A (or 0xE9150A) is known color: Scarlet. HEX triplet: E9, 15 and 0A. RGB value is (233,21,10). Sum of RGB (Red+Green+Blue) = 233+21+10=264 (34% of max value = 765). Red value is 233 (91.41% from 255 or 88.26% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 233 - color contains mainly: red. Hex color #E9150A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9150A is #16EAF5. Grayscale: #535353. Windows color (decimal): -1501942 or 660969. OLE color: 660969.
HSL color Cylindrical-coordinate representation of color #E9150A: hue angle of 2.96º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9150A is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 10 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.09 |
| HSL | 2.96º | 0.92% | 0.48% | - |
| HSV(B) | 2.96º | 0.96% | 0.91% | - |
| XYZ | 33.93 | 17.88 | 1.95 | - |
| YUV | 83.13 | 86.74 | 234.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 10 | 0 | 0.91 | 0.96 | 0.09 | 2.96 | 0.92 | 0.48 |
| Hex | E9 | 15 | A | 0 | 5B | 60 | 9 | 3 | 5C | 30 |
| Octal | 351 | 25 | 12 | 0 | 133 | 140 | 11 | 3 | 134 | 60 |
| Binary | 11101001 | 10101 | 1010 | 0 | 1011011 | 1100000 | 1001 | 11 | 1011100 | 110000 |
Color Harmonies of #E9150A
Complementary color
Monochromatic Colors of #E9150A
Black with #E9150A
Text Example
Text Example
White with #E9150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9150A; }
p { color: rgb(233,21,10); }
H1.HeaderClassName
{
color: #E9150A;
}
.AnyTagClassName
{
color: #E9150A;
}
</style>
background-color css
<style>
a { background-color: #E9150A; }
a { background-color: rgb(233,21,10); }
div.DivClassName
{
background-color: #E9150A;
}
.BgClassName
{
background-color: #E9150A;
}
</style>
border-color css
<style>
span { border-color: #E9150A; }
span { border-color: rgb(233,21,10); }
td.TdClassName
{
border-color: #E9150A;
}
.TagClassName
{
border-color: #E9150A;
}
</style>