Shades of Scarlet #E9230A
Tints of Scarlet #E9230A
RGB
CMYK
RGB Variations
Color information
#E9230A (or 0xE9230A) is known color: Scarlet. HEX triplet: E9, 23 and 0A. RGB value is (233,35,10). Sum of RGB (Red+Green+Blue) = 233+35+10=278 (36% of max value = 765). Red value is 233 (91.41% from 255 or 83.81% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 233 - color contains mainly: red. Hex color #E9230A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9230A is #16DCF5. Grayscale: #5B5B5B. Windows color (decimal): -1498358 or 664553. OLE color: 664553.
HSL color Cylindrical-coordinate representation of color #E9230A: hue angle of 6.73º 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 #E9230A is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 35 | 10 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.09 |
| HSL | 6.73º | 0.92% | 0.48% | - |
| HSV(B) | 6.73º | 0.96% | 0.91% | - |
| XYZ | 34.26 | 18.55 | 2.06 | - |
| YUV | 91.35 | 82.1 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 35 | 10 | 0 | 0.85 | 0.96 | 0.09 | 6.73 | 0.92 | 0.48 |
| Hex | E9 | 23 | A | 0 | 55 | 60 | 9 | 7 | 5C | 30 |
| Octal | 351 | 43 | 12 | 0 | 125 | 140 | 11 | 7 | 134 | 60 |
| Binary | 11101001 | 100011 | 1010 | 0 | 1010101 | 1100000 | 1001 | 111 | 1011100 | 110000 |
Color Harmonies of #E9230A
Complementary color
Monochromatic Colors of #E9230A
Black with #E9230A
Text Example
Text Example
White with #E9230A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9230A; }
p { color: rgb(233,35,10); }
H1.HeaderClassName
{
color: #E9230A;
}
.AnyTagClassName
{
color: #E9230A;
}
</style>
background-color css
<style>
a { background-color: #E9230A; }
a { background-color: rgb(233,35,10); }
div.DivClassName
{
background-color: #E9230A;
}
.BgClassName
{
background-color: #E9230A;
}
</style>
border-color css
<style>
span { border-color: #E9230A; }
span { border-color: rgb(233,35,10); }
td.TdClassName
{
border-color: #E9230A;
}
.TagClassName
{
border-color: #E9230A;
}
</style>