Shades of Scarlet #E9150D
Tints of Scarlet #E9150D
RGB
CMYK
RGB Variations
Color information
#E9150D (or 0xE9150D) is known color: Scarlet. HEX triplet: E9, 15 and 0D. RGB value is (233,21,13). Sum of RGB (Red+Green+Blue) = 233+21+13=267 (35% of max value = 765). Red value is 233 (91.41% from 255 or 87.27% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 233 - color contains mainly: red. Hex color #E9150D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9150D is #16EAF2. Grayscale: #535353. Windows color (decimal): -1501939 or 857577. OLE color: 857577.
HSL color Cylindrical-coordinate representation of color #E9150D: hue angle of 2.18º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9150D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 13 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.09 |
| HSL | 2.18º | 0.89% | 0.48% | - |
| HSV(B) | 2.18º | 0.94% | 0.91% | - |
| XYZ | 33.95 | 17.89 | 2.04 | - |
| YUV | 83.48 | 88.24 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 13 | 0 | 0.91 | 0.94 | 0.09 | 2.18 | 0.89 | 0.48 |
| Hex | E9 | 15 | D | 0 | 5B | 5E | 9 | 2 | 59 | 30 |
| Octal | 351 | 25 | 15 | 0 | 133 | 136 | 11 | 2 | 131 | 60 |
| Binary | 11101001 | 10101 | 1101 | 0 | 1011011 | 1011110 | 1001 | 10 | 1011001 | 110000 |
Color Harmonies of #E9150D
Complementary color
Monochromatic Colors of #E9150D
Black with #E9150D
Text Example
Text Example
White with #E9150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9150D; }
p { color: rgb(233,21,13); }
H1.HeaderClassName
{
color: #E9150D;
}
.AnyTagClassName
{
color: #E9150D;
}
</style>
background-color css
<style>
a { background-color: #E9150D; }
a { background-color: rgb(233,21,13); }
div.DivClassName
{
background-color: #E9150D;
}
.BgClassName
{
background-color: #E9150D;
}
</style>
border-color css
<style>
span { border-color: #E9150D; }
span { border-color: rgb(233,21,13); }
td.TdClassName
{
border-color: #E9150D;
}
.TagClassName
{
border-color: #E9150D;
}
</style>