Shades of Scarlet #EA3100
Tints of Scarlet #EA3100
RGB
CMYK
RGB Variations
Color information
#EA3100 (or 0xEA3100) is known color: Scarlet. HEX triplet: EA, 31 and 00. RGB value is (234,49,0). Sum of RGB (Red+Green+Blue) = 234+49+0=283 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.69% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3100 is #15CEFF. Grayscale: #636363. Windows color (decimal): -1429248 or 12778. OLE color: 12778.
HSL color Cylindrical-coordinate representation of color #EA3100: hue angle of 12.56º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA3100 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 49 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.08 |
| HSL | 12.56º | 1% | 0.46% | - |
| HSV(B) | 12.56º | 1% | 0.92% | - |
| XYZ | 35.03 | 19.69 | 1.95 | - |
| YUV | 98.73 | 72.29 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 49 | 0 | 0 | 0.79 | 1 | 0.08 | 12.56 | 1 | 0.46 |
| Hex | EA | 31 | 0 | 0 | 4F | 64 | 8 | D | 64 | 2E |
| Octal | 352 | 61 | 0 | 0 | 117 | 144 | 10 | 15 | 144 | 56 |
| Binary | 11101010 | 110001 | 0 | 0 | 1001111 | 1100100 | 1000 | 1101 | 1100100 | 101110 |
Color Harmonies of #EA3100
Complementary color
Monochromatic Colors of #EA3100
Black with #EA3100
Text Example
Text Example
White with #EA3100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3100; }
p { color: rgb(234,49,0); }
H1.HeaderClassName
{
color: #EA3100;
}
.AnyTagClassName
{
color: #EA3100;
}
</style>
background-color css
<style>
a { background-color: #EA3100; }
a { background-color: rgb(234,49,0); }
div.DivClassName
{
background-color: #EA3100;
}
.BgClassName
{
background-color: #EA3100;
}
</style>
border-color css
<style>
span { border-color: #EA3100; }
span { border-color: rgb(234,49,0); }
td.TdClassName
{
border-color: #EA3100;
}
.TagClassName
{
border-color: #EA3100;
}
</style>