Shades of Scarlet #E9201A
Tints of Scarlet #E9201A
RGB
CMYK
RGB Variations
Color information
#E9201A (or 0xE9201A) is known color: Scarlet. HEX triplet: E9, 20 and 1A. RGB value is (233,32,26). Sum of RGB (Red+Green+Blue) = 233+32+26=291 (38% of max value = 765). Red value is 233 (91.41% from 255 or 80.07% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 233 - color contains mainly: red. Hex color #E9201A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9201A is #16DFE5. Grayscale: #5B5B5B. Windows color (decimal): -1499110 or 1712361. OLE color: 1712361.
HSL color Cylindrical-coordinate representation of color #E9201A: hue angle of 1.74º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E9201A is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 26 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.09 |
| HSL | 1.74º | 0.82% | 0.51% | - |
| HSV(B) | 1.74º | 0.89% | 0.91% | - |
| XYZ | 34.31 | 18.43 | 2.73 | - |
| YUV | 91.42 | 91.09 | 228.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 26 | 0 | 0.86 | 0.89 | 0.09 | 1.74 | 0.82 | 0.51 |
| Hex | E9 | 20 | 1A | 0 | 56 | 59 | 9 | 2 | 52 | 33 |
| Octal | 351 | 40 | 32 | 0 | 126 | 131 | 11 | 2 | 122 | 63 |
| Binary | 11101001 | 100000 | 11010 | 0 | 1010110 | 1011001 | 1001 | 10 | 1010010 | 110011 |
Color Harmonies of #E9201A
Complementary color
Monochromatic Colors of #E9201A
Black with #E9201A
Text Example
Text Example
White with #E9201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9201A; }
p { color: rgb(233,32,26); }
H1.HeaderClassName
{
color: #E9201A;
}
.AnyTagClassName
{
color: #E9201A;
}
</style>
background-color css
<style>
a { background-color: #E9201A; }
a { background-color: rgb(233,32,26); }
div.DivClassName
{
background-color: #E9201A;
}
.BgClassName
{
background-color: #E9201A;
}
</style>
border-color css
<style>
span { border-color: #E9201A; }
span { border-color: rgb(233,32,26); }
td.TdClassName
{
border-color: #E9201A;
}
.TagClassName
{
border-color: #E9201A;
}
</style>