Shades of Scarlet #EA3010
Tints of Scarlet #EA3010
RGB
CMYK
RGB Variations
Color information
#EA3010 (or 0xEA3010) is known color: Scarlet. HEX triplet: EA, 30 and 10. RGB value is (234,48,16). Sum of RGB (Red+Green+Blue) = 234+48+16=298 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.52% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3010 is #15CFEF. Grayscale: #646464. Windows color (decimal): -1429488 or 1061098. OLE color: 1061098.
HSL color Cylindrical-coordinate representation of color #EA3010: hue angle of 8.81º 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 #EA3010 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 48 | 16 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.08 |
| HSL | 8.81º | 0.87% | 0.49% | - |
| HSV(B) | 8.81º | 0.93% | 0.92% | - |
| XYZ | 35.08 | 19.64 | 2.43 | - |
| YUV | 99.97 | 80.62 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 48 | 16 | 0 | 0.79 | 0.93 | 0.08 | 8.81 | 0.87 | 0.49 |
| Hex | EA | 30 | 10 | 0 | 4F | 5D | 8 | 9 | 57 | 31 |
| Octal | 352 | 60 | 20 | 0 | 117 | 135 | 10 | 11 | 127 | 61 |
| Binary | 11101010 | 110000 | 10000 | 0 | 1001111 | 1011101 | 1000 | 1001 | 1010111 | 110001 |
Color Harmonies of #EA3010
Complementary color
Monochromatic Colors of #EA3010
Black with #EA3010
Text Example
Text Example
White with #EA3010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3010; }
p { color: rgb(234,48,16); }
H1.HeaderClassName
{
color: #EA3010;
}
.AnyTagClassName
{
color: #EA3010;
}
</style>
background-color css
<style>
a { background-color: #EA3010; }
a { background-color: rgb(234,48,16); }
div.DivClassName
{
background-color: #EA3010;
}
.BgClassName
{
background-color: #EA3010;
}
</style>
border-color css
<style>
span { border-color: #EA3010; }
span { border-color: rgb(234,48,16); }
td.TdClassName
{
border-color: #EA3010;
}
.TagClassName
{
border-color: #EA3010;
}
</style>