Shades of Scarlet #EA291A
Tints of Scarlet #EA291A
RGB
CMYK
RGB Variations
Color information
#EA291A (or 0xEA291A) is known color: Scarlet. HEX triplet: EA, 29 and 1A. RGB value is (234,41,26). Sum of RGB (Red+Green+Blue) = 234+41+26=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA291A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA291A is #15D6E5. Grayscale: #616161. Windows color (decimal): -1431270 or 1714666. OLE color: 1714666.
HSL color Cylindrical-coordinate representation of color #EA291A: hue angle of 4.33º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA291A is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 26 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.08 |
| HSL | 4.33º | 0.83% | 0.51% | - |
| HSV(B) | 4.33º | 0.89% | 0.92% | - |
| XYZ | 34.91 | 19.15 | 2.83 | - |
| YUV | 97 | 87.94 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 26 | 0 | 0.82 | 0.89 | 0.08 | 4.33 | 0.83 | 0.51 |
| Hex | EA | 29 | 1A | 0 | 52 | 59 | 8 | 4 | 53 | 33 |
| Octal | 352 | 51 | 32 | 0 | 122 | 131 | 10 | 4 | 123 | 63 |
| Binary | 11101010 | 101001 | 11010 | 0 | 1010010 | 1011001 | 1000 | 100 | 1010011 | 110011 |
Color Harmonies of #EA291A
Complementary color
Monochromatic Colors of #EA291A
Black with #EA291A
Text Example
Text Example
White with #EA291A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA291A; }
p { color: rgb(234,41,26); }
H1.HeaderClassName
{
color: #EA291A;
}
.AnyTagClassName
{
color: #EA291A;
}
</style>
background-color css
<style>
a { background-color: #EA291A; }
a { background-color: rgb(234,41,26); }
div.DivClassName
{
background-color: #EA291A;
}
.BgClassName
{
background-color: #EA291A;
}
</style>
border-color css
<style>
span { border-color: #EA291A; }
span { border-color: rgb(234,41,26); }
td.TdClassName
{
border-color: #EA291A;
}
.TagClassName
{
border-color: #EA291A;
}
</style>