Shades of Scarlet #EA2709
Tints of Scarlet #EA2709
RGB
CMYK
RGB Variations
Color information
#EA2709 (or 0xEA2709) is known color: Scarlet. HEX triplet: EA, 27 and 09. RGB value is (234,39,9). Sum of RGB (Red+Green+Blue) = 234+39+9=282 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.98% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2709 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2709 is #15D8F6. Grayscale: #5E5E5E. Windows color (decimal): -1431799 or 600042. OLE color: 600042.
HSL color Cylindrical-coordinate representation of color #EA2709: hue angle of 8º 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 #EA2709 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 9 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.08 |
| HSL | 8º | 0.93% | 0.48% | - |
| HSV(B) | 8º | 0.96% | 0.92% | - |
| XYZ | 34.71 | 18.96 | 2.09 | - |
| YUV | 93.89 | 80.1 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 9 | 0 | 0.83 | 0.96 | 0.08 | 8 | 0.93 | 0.48 |
| Hex | EA | 27 | 9 | 0 | 53 | 60 | 8 | 8 | 5D | 30 |
| Octal | 352 | 47 | 11 | 0 | 123 | 140 | 10 | 10 | 135 | 60 |
| Binary | 11101010 | 100111 | 1001 | 0 | 1010011 | 1100000 | 1000 | 1000 | 1011101 | 110000 |
Color Harmonies of #EA2709
Complementary color
Monochromatic Colors of #EA2709
Black with #EA2709
Text Example
Text Example
White with #EA2709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2709; }
p { color: rgb(234,39,9); }
H1.HeaderClassName
{
color: #EA2709;
}
.AnyTagClassName
{
color: #EA2709;
}
</style>
background-color css
<style>
a { background-color: #EA2709; }
a { background-color: rgb(234,39,9); }
div.DivClassName
{
background-color: #EA2709;
}
.BgClassName
{
background-color: #EA2709;
}
</style>
border-color css
<style>
span { border-color: #EA2709; }
span { border-color: rgb(234,39,9); }
td.TdClassName
{
border-color: #EA2709;
}
.TagClassName
{
border-color: #EA2709;
}
</style>