Shades of Scarlet #E9230C
Tints of Scarlet #E9230C
RGB
CMYK
RGB Variations
Color information
#E9230C (or 0xE9230C) is known color: Scarlet. HEX triplet: E9, 23 and 0C. RGB value is (233,35,12). Sum of RGB (Red+Green+Blue) = 233+35+12=280 (37% of max value = 765). Red value is 233 (91.41% from 255 or 83.21% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 233 - color contains mainly: red. Hex color #E9230C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9230C is #16DCF3. Grayscale: #5B5B5B. Windows color (decimal): -1498356 or 795625. OLE color: 795625.
HSL color Cylindrical-coordinate representation of color #E9230C: hue angle of 6.24º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9230C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 35 | 12 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.09 |
| HSL | 6.24º | 0.9% | 0.48% | - |
| HSV(B) | 6.24º | 0.95% | 0.91% | - |
| XYZ | 34.27 | 18.55 | 2.12 | - |
| YUV | 91.58 | 83.1 | 228.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 35 | 12 | 0 | 0.85 | 0.95 | 0.09 | 6.24 | 0.9 | 0.48 |
| Hex | E9 | 23 | C | 0 | 55 | 5F | 9 | 6 | 5A | 30 |
| Octal | 351 | 43 | 14 | 0 | 125 | 137 | 11 | 6 | 132 | 60 |
| Binary | 11101001 | 100011 | 1100 | 0 | 1010101 | 1011111 | 1001 | 110 | 1011010 | 110000 |
Color Harmonies of #E9230C
Complementary color
Monochromatic Colors of #E9230C
Black with #E9230C
Text Example
Text Example
White with #E9230C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9230C; }
p { color: rgb(233,35,12); }
H1.HeaderClassName
{
color: #E9230C;
}
.AnyTagClassName
{
color: #E9230C;
}
</style>
background-color css
<style>
a { background-color: #E9230C; }
a { background-color: rgb(233,35,12); }
div.DivClassName
{
background-color: #E9230C;
}
.BgClassName
{
background-color: #E9230C;
}
</style>
border-color css
<style>
span { border-color: #E9230C; }
span { border-color: rgb(233,35,12); }
td.TdClassName
{
border-color: #E9230C;
}
.TagClassName
{
border-color: #E9230C;
}
</style>