Shades of Scarlet #E9201F
Tints of Scarlet #E9201F
RGB
CMYK
RGB Variations
Color information
#E9201F (or 0xE9201F) is known color: Scarlet. HEX triplet: E9, 20 and 1F. RGB value is (233,32,31). Sum of RGB (Red+Green+Blue) = 233+32+31=296 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.72% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 233 - color contains mainly: red. Hex color #E9201F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9201F is #16DFE0. Grayscale: #5C5C5C. Windows color (decimal): -1499105 or 2040041. OLE color: 2040041.
HSL color Cylindrical-coordinate representation of color #E9201F: hue angle of 0.3º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E9201F is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 31 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.09 |
| HSL | 0.3º | 0.82% | 0.52% | - |
| HSV(B) | 0.3º | 0.87% | 0.91% | - |
| XYZ | 34.37 | 18.46 | 3.05 | - |
| YUV | 91.99 | 93.59 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 31 | 0 | 0.86 | 0.87 | 0.09 | 0.3 | 0.82 | 0.52 |
| Hex | E9 | 20 | 1F | 0 | 56 | 57 | 9 | 0 | 52 | 34 |
| Octal | 351 | 40 | 37 | 0 | 126 | 127 | 11 | 0 | 122 | 64 |
| Binary | 11101001 | 100000 | 11111 | 0 | 1010110 | 1010111 | 1001 | 0 | 1010010 | 110100 |
Color Harmonies of #E9201F
Complementary color
Monochromatic Colors of #E9201F
Black with #E9201F
Text Example
Text Example
White with #E9201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9201F; }
p { color: rgb(233,32,31); }
H1.HeaderClassName
{
color: #E9201F;
}
.AnyTagClassName
{
color: #E9201F;
}
</style>
background-color css
<style>
a { background-color: #E9201F; }
a { background-color: rgb(233,32,31); }
div.DivClassName
{
background-color: #E9201F;
}
.BgClassName
{
background-color: #E9201F;
}
</style>
border-color css
<style>
span { border-color: #E9201F; }
span { border-color: rgb(233,32,31); }
td.TdClassName
{
border-color: #E9201F;
}
.TagClassName
{
border-color: #E9201F;
}
</style>