Shades of Scarlet #EA3113
Tints of Scarlet #EA3113
RGB
CMYK
RGB Variations
Color information
#EA3113 (or 0xEA3113) is known color: Scarlet. HEX triplet: EA, 31 and 13. RGB value is (234,49,19). Sum of RGB (Red+Green+Blue) = 234+49+19=302 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.48% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3113 is #15CEEC. Grayscale: #656565. Windows color (decimal): -1429229 or 1257962. OLE color: 1257962.
HSL color Cylindrical-coordinate representation of color #EA3113: hue angle of 8.37º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA3113 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 49 | 19 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.08 |
| HSL | 8.37º | 0.85% | 0.5% | - |
| HSV(B) | 8.37º | 0.92% | 0.92% | - |
| XYZ | 35.15 | 19.74 | 2.57 | - |
| YUV | 100.9 | 81.79 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 49 | 19 | 0 | 0.79 | 0.92 | 0.08 | 8.37 | 0.85 | 0.5 |
| Hex | EA | 31 | 13 | 0 | 4F | 5C | 8 | 8 | 55 | 32 |
| Octal | 352 | 61 | 23 | 0 | 117 | 134 | 10 | 10 | 125 | 62 |
| Binary | 11101010 | 110001 | 10011 | 0 | 1001111 | 1011100 | 1000 | 1000 | 1010101 | 110010 |
Color Harmonies of #EA3113
Complementary color
Monochromatic Colors of #EA3113
Black with #EA3113
Text Example
Text Example
White with #EA3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3113; }
p { color: rgb(234,49,19); }
H1.HeaderClassName
{
color: #EA3113;
}
.AnyTagClassName
{
color: #EA3113;
}
</style>
background-color css
<style>
a { background-color: #EA3113; }
a { background-color: rgb(234,49,19); }
div.DivClassName
{
background-color: #EA3113;
}
.BgClassName
{
background-color: #EA3113;
}
</style>
border-color css
<style>
span { border-color: #EA3113; }
span { border-color: rgb(234,49,19); }
td.TdClassName
{
border-color: #EA3113;
}
.TagClassName
{
border-color: #EA3113;
}
</style>