Shades of Scarlet #E9220D
Tints of Scarlet #E9220D
RGB
CMYK
RGB Variations
Color information
#E9220D (or 0xE9220D) is known color: Scarlet. HEX triplet: E9, 22 and 0D. RGB value is (233,34,13). Sum of RGB (Red+Green+Blue) = 233+34+13=280 (37% of max value = 765). Red value is 233 (91.41% from 255 or 83.21% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 233 - color contains mainly: red. Hex color #E9220D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9220D is #16DDF2. Grayscale: #5B5B5B. Windows color (decimal): -1498611 or 860905. OLE color: 860905.
HSL color Cylindrical-coordinate representation of color #E9220D: hue angle of 5.73º 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 #E9220D is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 34 | 13 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.09 |
| HSL | 5.73º | 0.89% | 0.48% | - |
| HSV(B) | 5.73º | 0.94% | 0.91% | - |
| XYZ | 34.25 | 18.5 | 2.15 | - |
| YUV | 91.11 | 83.93 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 34 | 13 | 0 | 0.85 | 0.94 | 0.09 | 5.73 | 0.89 | 0.48 |
| Hex | E9 | 22 | D | 0 | 55 | 5E | 9 | 6 | 59 | 30 |
| Octal | 351 | 42 | 15 | 0 | 125 | 136 | 11 | 6 | 131 | 60 |
| Binary | 11101001 | 100010 | 1101 | 0 | 1010101 | 1011110 | 1001 | 110 | 1011001 | 110000 |
Color Harmonies of #E9220D
Complementary color
Monochromatic Colors of #E9220D
Black with #E9220D
Text Example
Text Example
White with #E9220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9220D; }
p { color: rgb(233,34,13); }
H1.HeaderClassName
{
color: #E9220D;
}
.AnyTagClassName
{
color: #E9220D;
}
</style>
background-color css
<style>
a { background-color: #E9220D; }
a { background-color: rgb(233,34,13); }
div.DivClassName
{
background-color: #E9220D;
}
.BgClassName
{
background-color: #E9220D;
}
</style>
border-color css
<style>
span { border-color: #E9220D; }
span { border-color: rgb(233,34,13); }
td.TdClassName
{
border-color: #E9220D;
}
.TagClassName
{
border-color: #E9220D;
}
</style>