Shades of Scarlet #EA3011
Tints of Scarlet #EA3011
RGB
CMYK
RGB Variations
Color information
#EA3011 (or 0xEA3011) is known color: Scarlet. HEX triplet: EA, 30 and 11. RGB value is (234,48,17). Sum of RGB (Red+Green+Blue) = 234+48+17=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3011 is #15CFEE. Grayscale: #646464. Windows color (decimal): -1429487 or 1126634. OLE color: 1126634.
HSL color Cylindrical-coordinate representation of color #EA3011: hue angle of 8.57º 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 #EA3011 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 48 | 17 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.08 |
| HSL | 8.57º | 0.86% | 0.49% | - |
| HSV(B) | 8.57º | 0.93% | 0.92% | - |
| XYZ | 35.09 | 19.65 | 2.47 | - |
| YUV | 100.08 | 81.12 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 48 | 17 | 0 | 0.79 | 0.93 | 0.08 | 8.57 | 0.86 | 0.49 |
| Hex | EA | 30 | 11 | 0 | 4F | 5D | 8 | 9 | 56 | 31 |
| Octal | 352 | 60 | 21 | 0 | 117 | 135 | 10 | 11 | 126 | 61 |
| Binary | 11101010 | 110000 | 10001 | 0 | 1001111 | 1011101 | 1000 | 1001 | 1010110 | 110001 |
Color Harmonies of #EA3011
Complementary color
Monochromatic Colors of #EA3011
Black with #EA3011
Text Example
Text Example
White with #EA3011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3011; }
p { color: rgb(234,48,17); }
H1.HeaderClassName
{
color: #EA3011;
}
.AnyTagClassName
{
color: #EA3011;
}
</style>
background-color css
<style>
a { background-color: #EA3011; }
a { background-color: rgb(234,48,17); }
div.DivClassName
{
background-color: #EA3011;
}
.BgClassName
{
background-color: #EA3011;
}
</style>
border-color css
<style>
span { border-color: #EA3011; }
span { border-color: rgb(234,48,17); }
td.TdClassName
{
border-color: #EA3011;
}
.TagClassName
{
border-color: #EA3011;
}
</style>