Shades of Scarlet #EA2B1A
Tints of Scarlet #EA2B1A
RGB
CMYK
RGB Variations
Color information
#EA2B1A (or 0xEA2B1A) is known color: Scarlet. HEX triplet: EA, 2B and 1A. RGB value is (234,43,26). Sum of RGB (Red+Green+Blue) = 234+43+26=303 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.23% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2B1A is #15D4E5. Grayscale: #626262. Windows color (decimal): -1430758 or 1715178. OLE color: 1715178.
HSL color Cylindrical-coordinate representation of color #EA2B1A: hue angle of 4.9º 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 #EA2B1A is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 43 | 26 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.08 |
| HSL | 4.9º | 0.83% | 0.51% | - |
| HSV(B) | 4.9º | 0.89% | 0.92% | - |
| XYZ | 34.98 | 19.29 | 2.86 | - |
| YUV | 98.17 | 87.28 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 43 | 26 | 0 | 0.82 | 0.89 | 0.08 | 4.9 | 0.83 | 0.51 |
| Hex | EA | 2B | 1A | 0 | 52 | 59 | 8 | 5 | 53 | 33 |
| Octal | 352 | 53 | 32 | 0 | 122 | 131 | 10 | 5 | 123 | 63 |
| Binary | 11101010 | 101011 | 11010 | 0 | 1010010 | 1011001 | 1000 | 101 | 1010011 | 110011 |
Color Harmonies of #EA2B1A
Complementary color
Monochromatic Colors of #EA2B1A
Black with #EA2B1A
Text Example
Text Example
White with #EA2B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2B1A; }
p { color: rgb(234,43,26); }
H1.HeaderClassName
{
color: #EA2B1A;
}
.AnyTagClassName
{
color: #EA2B1A;
}
</style>
background-color css
<style>
a { background-color: #EA2B1A; }
a { background-color: rgb(234,43,26); }
div.DivClassName
{
background-color: #EA2B1A;
}
.BgClassName
{
background-color: #EA2B1A;
}
</style>
border-color css
<style>
span { border-color: #EA2B1A; }
span { border-color: rgb(234,43,26); }
td.TdClassName
{
border-color: #EA2B1A;
}
.TagClassName
{
border-color: #EA2B1A;
}
</style>