Shades of Scarlet #E9250D
Tints of Scarlet #E9250D
RGB
CMYK
RGB Variations
Color information
#E9250D (or 0xE9250D) is known color: Scarlet. HEX triplet: E9, 25 and 0D. RGB value is (233,37,13). Sum of RGB (Red+Green+Blue) = 233+37+13=283 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.33% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 233 - color contains mainly: red. Hex color #E9250D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9250D is #16DAF2. Grayscale: #5D5D5D. Windows color (decimal): -1497843 or 861673. OLE color: 861673.
HSL color Cylindrical-coordinate representation of color #E9250D: hue angle of 6.55º 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 #E9250D is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 13 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.09 |
| HSL | 6.55º | 0.89% | 0.48% | - |
| HSV(B) | 6.55º | 0.94% | 0.91% | - |
| XYZ | 34.34 | 18.68 | 2.18 | - |
| YUV | 92.87 | 82.93 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 13 | 0 | 0.84 | 0.94 | 0.09 | 6.55 | 0.89 | 0.48 |
| Hex | E9 | 25 | D | 0 | 54 | 5E | 9 | 7 | 59 | 30 |
| Octal | 351 | 45 | 15 | 0 | 124 | 136 | 11 | 7 | 131 | 60 |
| Binary | 11101001 | 100101 | 1101 | 0 | 1010100 | 1011110 | 1001 | 111 | 1011001 | 110000 |
Color Harmonies of #E9250D
Complementary color
Monochromatic Colors of #E9250D
Black with #E9250D
Text Example
Text Example
White with #E9250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9250D; }
p { color: rgb(233,37,13); }
H1.HeaderClassName
{
color: #E9250D;
}
.AnyTagClassName
{
color: #E9250D;
}
</style>
background-color css
<style>
a { background-color: #E9250D; }
a { background-color: rgb(233,37,13); }
div.DivClassName
{
background-color: #E9250D;
}
.BgClassName
{
background-color: #E9250D;
}
</style>
border-color css
<style>
span { border-color: #E9250D; }
span { border-color: rgb(233,37,13); }
td.TdClassName
{
border-color: #E9250D;
}
.TagClassName
{
border-color: #E9250D;
}
</style>