Shades of Scarlet #EA2B0A
Tints of Scarlet #EA2B0A
RGB
CMYK
RGB Variations
Color information
#EA2B0A (or 0xEA2B0A) is known color: Scarlet. HEX triplet: EA, 2B and 0A. RGB value is (234,43,10). Sum of RGB (Red+Green+Blue) = 234+43+10=287 (38% of max value = 765). Red value is 234 (91.80% from 255 or 81.53% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2B0A is #15D4F5. Grayscale: #606060. Windows color (decimal): -1430774 or 666602. OLE color: 666602.
HSL color Cylindrical-coordinate representation of color #EA2B0A: hue angle of 8.84º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA2B0A is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 43 | 10 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.08 |
| HSL | 8.84º | 0.92% | 0.48% | - |
| HSV(B) | 8.84º | 0.96% | 0.92% | - |
| XYZ | 34.85 | 19.24 | 2.16 | - |
| YUV | 96.35 | 79.28 | 226.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 43 | 10 | 0 | 0.82 | 0.96 | 0.08 | 8.84 | 0.92 | 0.48 |
| Hex | EA | 2B | A | 0 | 52 | 60 | 8 | 9 | 5C | 30 |
| Octal | 352 | 53 | 12 | 0 | 122 | 140 | 10 | 11 | 134 | 60 |
| Binary | 11101010 | 101011 | 1010 | 0 | 1010010 | 1100000 | 1000 | 1001 | 1011100 | 110000 |
Color Harmonies of #EA2B0A
Complementary color
Monochromatic Colors of #EA2B0A
Black with #EA2B0A
Text Example
Text Example
White with #EA2B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2B0A; }
p { color: rgb(234,43,10); }
H1.HeaderClassName
{
color: #EA2B0A;
}
.AnyTagClassName
{
color: #EA2B0A;
}
</style>
background-color css
<style>
a { background-color: #EA2B0A; }
a { background-color: rgb(234,43,10); }
div.DivClassName
{
background-color: #EA2B0A;
}
.BgClassName
{
background-color: #EA2B0A;
}
</style>
border-color css
<style>
span { border-color: #EA2B0A; }
span { border-color: rgb(234,43,10); }
td.TdClassName
{
border-color: #EA2B0A;
}
.TagClassName
{
border-color: #EA2B0A;
}
</style>