Shades of Scarlet #E9261C
Tints of Scarlet #E9261C
RGB
CMYK
RGB Variations
Color information
#E9261C (or 0xE9261C) is known color: Scarlet. HEX triplet: E9, 26 and 1C. RGB value is (233,38,28). Sum of RGB (Red+Green+Blue) = 233+38+28=299 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.93% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 233 - color contains mainly: red. Hex color #E9261C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9261C is #16D9E3. Grayscale: #5F5F5F. Windows color (decimal): -1497572 or 1844969. OLE color: 1844969.
HSL color Cylindrical-coordinate representation of color #E9261C: hue angle of 2.93º 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 #E9261C is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 38 | 28 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.09 |
| HSL | 2.93º | 0.82% | 0.51% | - |
| HSV(B) | 2.93º | 0.88% | 0.91% | - |
| XYZ | 34.51 | 18.79 | 2.91 | - |
| YUV | 95.17 | 90.1 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 38 | 28 | 0 | 0.84 | 0.88 | 0.09 | 2.93 | 0.82 | 0.51 |
| Hex | E9 | 26 | 1C | 0 | 54 | 58 | 9 | 3 | 52 | 33 |
| Octal | 351 | 46 | 34 | 0 | 124 | 130 | 11 | 3 | 122 | 63 |
| Binary | 11101001 | 100110 | 11100 | 0 | 1010100 | 1011000 | 1001 | 11 | 1010010 | 110011 |
Color Harmonies of #E9261C
Complementary color
Monochromatic Colors of #E9261C
Black with #E9261C
Text Example
Text Example
White with #E9261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9261C; }
p { color: rgb(233,38,28); }
H1.HeaderClassName
{
color: #E9261C;
}
.AnyTagClassName
{
color: #E9261C;
}
</style>
background-color css
<style>
a { background-color: #E9261C; }
a { background-color: rgb(233,38,28); }
div.DivClassName
{
background-color: #E9261C;
}
.BgClassName
{
background-color: #E9261C;
}
</style>
border-color css
<style>
span { border-color: #E9261C; }
span { border-color: rgb(233,38,28); }
td.TdClassName
{
border-color: #E9261C;
}
.TagClassName
{
border-color: #E9261C;
}
</style>