Shades of Scarlet #EA3110
Tints of Scarlet #EA3110
RGB
CMYK
RGB Variations
Color information
#EA3110 (or 0xEA3110) is known color: Scarlet. HEX triplet: EA, 31 and 10. RGB value is (234,49,16). Sum of RGB (Red+Green+Blue) = 234+49+16=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3110 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3110 is #15CEEF. Grayscale: #646464. Windows color (decimal): -1429232 or 1061354. OLE color: 1061354.
HSL color Cylindrical-coordinate representation of color #EA3110: hue angle of 9.08º degrees, saturation: 0.87, 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 #EA3110 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 49 | 16 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.08 |
| HSL | 9.08º | 0.87% | 0.49% | - |
| HSV(B) | 9.08º | 0.93% | 0.92% | - |
| XYZ | 35.12 | 19.73 | 2.45 | - |
| YUV | 100.55 | 80.29 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 49 | 16 | 0 | 0.79 | 0.93 | 0.08 | 9.08 | 0.87 | 0.49 |
| Hex | EA | 31 | 10 | 0 | 4F | 5D | 8 | 9 | 57 | 31 |
| Octal | 352 | 61 | 20 | 0 | 117 | 135 | 10 | 11 | 127 | 61 |
| Binary | 11101010 | 110001 | 10000 | 0 | 1001111 | 1011101 | 1000 | 1001 | 1010111 | 110001 |
Color Harmonies of #EA3110
Complementary color
Monochromatic Colors of #EA3110
Black with #EA3110
Text Example
Text Example
White with #EA3110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3110; }
p { color: rgb(234,49,16); }
H1.HeaderClassName
{
color: #EA3110;
}
.AnyTagClassName
{
color: #EA3110;
}
</style>
background-color css
<style>
a { background-color: #EA3110; }
a { background-color: rgb(234,49,16); }
div.DivClassName
{
background-color: #EA3110;
}
.BgClassName
{
background-color: #EA3110;
}
</style>
border-color css
<style>
span { border-color: #EA3110; }
span { border-color: rgb(234,49,16); }
td.TdClassName
{
border-color: #EA3110;
}
.TagClassName
{
border-color: #EA3110;
}
</style>