Shades of Scarlet #E9230D
Tints of Scarlet #E9230D
RGB
CMYK
RGB Variations
Color information
#E9230D (or 0xE9230D) is known color: Scarlet. HEX triplet: E9, 23 and 0D. RGB value is (233,35,13). Sum of RGB (Red+Green+Blue) = 233+35+13=281 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.92% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 233 - color contains mainly: red. Hex color #E9230D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9230D is #16DCF2. Grayscale: #5B5B5B. Windows color (decimal): -1498355 or 861161. OLE color: 861161.
HSL color Cylindrical-coordinate representation of color #E9230D: hue angle of 6º 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 #E9230D is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 35 | 13 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.09 |
| HSL | 6º | 0.89% | 0.48% | - |
| HSV(B) | 6º | 0.94% | 0.91% | - |
| XYZ | 34.28 | 18.55 | 2.16 | - |
| YUV | 91.69 | 83.6 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 35 | 13 | 0 | 0.85 | 0.94 | 0.09 | 6 | 0.89 | 0.48 |
| Hex | E9 | 23 | D | 0 | 55 | 5E | 9 | 6 | 59 | 30 |
| Octal | 351 | 43 | 15 | 0 | 125 | 136 | 11 | 6 | 131 | 60 |
| Binary | 11101001 | 100011 | 1101 | 0 | 1010101 | 1011110 | 1001 | 110 | 1011001 | 110000 |
Color Harmonies of #E9230D
Complementary color
Monochromatic Colors of #E9230D
Black with #E9230D
Text Example
Text Example
White with #E9230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9230D; }
p { color: rgb(233,35,13); }
H1.HeaderClassName
{
color: #E9230D;
}
.AnyTagClassName
{
color: #E9230D;
}
</style>
background-color css
<style>
a { background-color: #E9230D; }
a { background-color: rgb(233,35,13); }
div.DivClassName
{
background-color: #E9230D;
}
.BgClassName
{
background-color: #E9230D;
}
</style>
border-color css
<style>
span { border-color: #E9230D; }
span { border-color: rgb(233,35,13); }
td.TdClassName
{
border-color: #E9230D;
}
.TagClassName
{
border-color: #E9230D;
}
</style>