Shades of Scarlet #E9201B
Tints of Scarlet #E9201B
RGB
CMYK
RGB Variations
Color information
#E9201B (or 0xE9201B) is known color: Scarlet. HEX triplet: E9, 20 and 1B. RGB value is (233,32,27). Sum of RGB (Red+Green+Blue) = 233+32+27=292 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.79% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 233 - color contains mainly: red. Hex color #E9201B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9201B is #16DFE4. Grayscale: #5B5B5B. Windows color (decimal): -1499109 or 1777897. OLE color: 1777897.
HSL color Cylindrical-coordinate representation of color #E9201B: hue angle of 1.46º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E9201B is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 27 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.09 |
| HSL | 1.46º | 0.82% | 0.51% | - |
| HSV(B) | 1.46º | 0.88% | 0.91% | - |
| XYZ | 34.32 | 18.44 | 2.79 | - |
| YUV | 91.53 | 91.59 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 27 | 0 | 0.86 | 0.88 | 0.09 | 1.46 | 0.82 | 0.51 |
| Hex | E9 | 20 | 1B | 0 | 56 | 58 | 9 | 1 | 52 | 33 |
| Octal | 351 | 40 | 33 | 0 | 126 | 130 | 11 | 1 | 122 | 63 |
| Binary | 11101001 | 100000 | 11011 | 0 | 1010110 | 1011000 | 1001 | 1 | 1010010 | 110011 |
Color Harmonies of #E9201B
Complementary color
Monochromatic Colors of #E9201B
Black with #E9201B
Text Example
Text Example
White with #E9201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9201B; }
p { color: rgb(233,32,27); }
H1.HeaderClassName
{
color: #E9201B;
}
.AnyTagClassName
{
color: #E9201B;
}
</style>
background-color css
<style>
a { background-color: #E9201B; }
a { background-color: rgb(233,32,27); }
div.DivClassName
{
background-color: #E9201B;
}
.BgClassName
{
background-color: #E9201B;
}
</style>
border-color css
<style>
span { border-color: #E9201B; }
span { border-color: rgb(233,32,27); }
td.TdClassName
{
border-color: #E9201B;
}
.TagClassName
{
border-color: #E9201B;
}
</style>