Shades of Scarlet #EA3511
Tints of Scarlet #EA3511
RGB
CMYK
RGB Variations
Color information
#EA3511 (or 0xEA3511) is known color: Scarlet. HEX triplet: EA, 35 and 11. RGB value is (234,53,17). Sum of RGB (Red+Green+Blue) = 234+53+17=304 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.97% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3511 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3511 is #15CAEE. Grayscale: #676767. Windows color (decimal): -1428207 or 1127914. OLE color: 1127914.
HSL color Cylindrical-coordinate representation of color #EA3511: hue angle of 9.95º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA3511 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 53 | 17 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.08 |
| HSL | 9.95º | 0.86% | 0.49% | - |
| HSV(B) | 9.95º | 0.93% | 0.92% | - |
| XYZ | 35.31 | 20.08 | 2.55 | - |
| YUV | 103.02 | 79.47 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 53 | 17 | 0 | 0.77 | 0.93 | 0.08 | 9.95 | 0.86 | 0.49 |
| Hex | EA | 35 | 11 | 0 | 4D | 5D | 8 | A | 56 | 31 |
| Octal | 352 | 65 | 21 | 0 | 115 | 135 | 10 | 12 | 126 | 61 |
| Binary | 11101010 | 110101 | 10001 | 0 | 1001101 | 1011101 | 1000 | 1010 | 1010110 | 110001 |
Color Harmonies of #EA3511
Complementary color
Monochromatic Colors of #EA3511
Black with #EA3511
Text Example
Text Example
White with #EA3511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3511; }
p { color: rgb(234,53,17); }
H1.HeaderClassName
{
color: #EA3511;
}
.AnyTagClassName
{
color: #EA3511;
}
</style>
background-color css
<style>
a { background-color: #EA3511; }
a { background-color: rgb(234,53,17); }
div.DivClassName
{
background-color: #EA3511;
}
.BgClassName
{
background-color: #EA3511;
}
</style>
border-color css
<style>
span { border-color: #EA3511; }
span { border-color: rgb(234,53,17); }
td.TdClassName
{
border-color: #EA3511;
}
.TagClassName
{
border-color: #EA3511;
}
</style>