Shades of Scarlet #E9241B
Tints of Scarlet #E9241B
RGB
CMYK
RGB Variations
Color information
#E9241B (or 0xE9241B) is known color: Scarlet. HEX triplet: E9, 24 and 1B. RGB value is (233,36,27). Sum of RGB (Red+Green+Blue) = 233+36+27=296 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.72% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 233 - color contains mainly: red. Hex color #E9241B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9241B is #16DBE4. Grayscale: #5E5E5E. Windows color (decimal): -1498085 or 1778921. OLE color: 1778921.
HSL color Cylindrical-coordinate representation of color #E9241B: hue angle of 2.62º 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 #E9241B is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 36 | 27 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.09 |
| HSL | 2.62º | 0.82% | 0.51% | - |
| HSV(B) | 2.62º | 0.88% | 0.91% | - |
| XYZ | 34.43 | 18.66 | 2.82 | - |
| YUV | 93.88 | 90.27 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 36 | 27 | 0 | 0.85 | 0.88 | 0.09 | 2.62 | 0.82 | 0.51 |
| Hex | E9 | 24 | 1B | 0 | 55 | 58 | 9 | 3 | 52 | 33 |
| Octal | 351 | 44 | 33 | 0 | 125 | 130 | 11 | 3 | 122 | 63 |
| Binary | 11101001 | 100100 | 11011 | 0 | 1010101 | 1011000 | 1001 | 11 | 1010010 | 110011 |
Color Harmonies of #E9241B
Complementary color
Monochromatic Colors of #E9241B
Black with #E9241B
Text Example
Text Example
White with #E9241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9241B; }
p { color: rgb(233,36,27); }
H1.HeaderClassName
{
color: #E9241B;
}
.AnyTagClassName
{
color: #E9241B;
}
</style>
background-color css
<style>
a { background-color: #E9241B; }
a { background-color: rgb(233,36,27); }
div.DivClassName
{
background-color: #E9241B;
}
.BgClassName
{
background-color: #E9241B;
}
</style>
border-color css
<style>
span { border-color: #E9241B; }
span { border-color: rgb(233,36,27); }
td.TdClassName
{
border-color: #E9241B;
}
.TagClassName
{
border-color: #E9241B;
}
</style>