Shades of Scarlet #E92A1A
Tints of Scarlet #E92A1A
RGB
CMYK
RGB Variations
Color information
#E92A1A (or 0xE92A1A) is known color: Scarlet. HEX triplet: E9, 2A and 1A. RGB value is (233,42,26). Sum of RGB (Red+Green+Blue) = 233+42+26=301 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.41% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92A1A is #16D5E5. Grayscale: #616161. Windows color (decimal): -1496550 or 1714921. OLE color: 1714921.
HSL color Cylindrical-coordinate representation of color #E92A1A: hue angle of 4.64º 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 #E92A1A is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 42 | 26 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.09 |
| HSL | 4.64º | 0.82% | 0.51% | - |
| HSV(B) | 4.64º | 0.89% | 0.91% | - |
| XYZ | 34.62 | 19.05 | 2.83 | - |
| YUV | 97.29 | 87.78 | 224.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 42 | 26 | 0 | 0.82 | 0.89 | 0.09 | 4.64 | 0.82 | 0.51 |
| Hex | E9 | 2A | 1A | 0 | 52 | 59 | 9 | 5 | 52 | 33 |
| Octal | 351 | 52 | 32 | 0 | 122 | 131 | 11 | 5 | 122 | 63 |
| Binary | 11101001 | 101010 | 11010 | 0 | 1010010 | 1011001 | 1001 | 101 | 1010010 | 110011 |
Color Harmonies of #E92A1A
Complementary color
Monochromatic Colors of #E92A1A
Black with #E92A1A
Text Example
Text Example
White with #E92A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92A1A; }
p { color: rgb(233,42,26); }
H1.HeaderClassName
{
color: #E92A1A;
}
.AnyTagClassName
{
color: #E92A1A;
}
</style>
background-color css
<style>
a { background-color: #E92A1A; }
a { background-color: rgb(233,42,26); }
div.DivClassName
{
background-color: #E92A1A;
}
.BgClassName
{
background-color: #E92A1A;
}
</style>
border-color css
<style>
span { border-color: #E92A1A; }
span { border-color: rgb(233,42,26); }
td.TdClassName
{
border-color: #E92A1A;
}
.TagClassName
{
border-color: #E92A1A;
}
</style>