Shades of Scarlet #EA1A09
Tints of Scarlet #EA1A09
RGB
CMYK
RGB Variations
Color information
#EA1A09 (or 0xEA1A09) is known color: Scarlet. HEX triplet: EA, 1A and 09. RGB value is (234,26,9). Sum of RGB (Red+Green+Blue) = 234+26+9=269 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.99% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA1A09 is #15E5F6. Grayscale: #565656. Windows color (decimal): -1435127 or 596714. OLE color: 596714.
HSL color Cylindrical-coordinate representation of color #EA1A09: hue angle of 4.53º degrees, saturation: 0.93, 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 #EA1A09 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 26 | 9 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.08 |
| HSL | 4.53º | 0.93% | 0.48% | - |
| HSV(B) | 4.53º | 0.96% | 0.92% | - |
| XYZ | 34.35 | 18.25 | 1.97 | - |
| YUV | 86.25 | 84.41 | 233.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 26 | 9 | 0 | 0.89 | 0.96 | 0.08 | 4.53 | 0.93 | 0.48 |
| Hex | EA | 1A | 9 | 0 | 59 | 60 | 8 | 5 | 5D | 30 |
| Octal | 352 | 32 | 11 | 0 | 131 | 140 | 10 | 5 | 135 | 60 |
| Binary | 11101010 | 11010 | 1001 | 0 | 1011001 | 1100000 | 1000 | 101 | 1011101 | 110000 |
Color Harmonies of #EA1A09
Complementary color
Monochromatic Colors of #EA1A09
Black with #EA1A09
Text Example
Text Example
White with #EA1A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1A09; }
p { color: rgb(234,26,9); }
H1.HeaderClassName
{
color: #EA1A09;
}
.AnyTagClassName
{
color: #EA1A09;
}
</style>
background-color css
<style>
a { background-color: #EA1A09; }
a { background-color: rgb(234,26,9); }
div.DivClassName
{
background-color: #EA1A09;
}
.BgClassName
{
background-color: #EA1A09;
}
</style>
border-color css
<style>
span { border-color: #EA1A09; }
span { border-color: rgb(234,26,9); }
td.TdClassName
{
border-color: #EA1A09;
}
.TagClassName
{
border-color: #EA1A09;
}
</style>