Shades of Scarlet #EA1E11
Tints of Scarlet #EA1E11
RGB
CMYK
RGB Variations
Color information
#EA1E11 (or 0xEA1E11) is known color: Scarlet. HEX triplet: EA, 1E and 11. RGB value is (234,30,17). Sum of RGB (Red+Green+Blue) = 234+30+17=281 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.27% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1E11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA1E11 is #15E1EE. Grayscale: #595959. Windows color (decimal): -1434095 or 1122026. OLE color: 1122026.
HSL color Cylindrical-coordinate representation of color #EA1E11: hue angle of 3.59º 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 #EA1E11 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 30 | 17 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.08 |
| HSL | 3.59º | 0.86% | 0.49% | - |
| HSV(B) | 3.59º | 0.93% | 0.92% | - |
| XYZ | 34.5 | 18.46 | 2.28 | - |
| YUV | 89.51 | 87.09 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 30 | 17 | 0 | 0.87 | 0.93 | 0.08 | 3.59 | 0.86 | 0.49 |
| Hex | EA | 1E | 11 | 0 | 57 | 5D | 8 | 4 | 56 | 31 |
| Octal | 352 | 36 | 21 | 0 | 127 | 135 | 10 | 4 | 126 | 61 |
| Binary | 11101010 | 11110 | 10001 | 0 | 1010111 | 1011101 | 1000 | 100 | 1010110 | 110001 |
Color Harmonies of #EA1E11
Complementary color
Monochromatic Colors of #EA1E11
Black with #EA1E11
Text Example
Text Example
White with #EA1E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1E11; }
p { color: rgb(234,30,17); }
H1.HeaderClassName
{
color: #EA1E11;
}
.AnyTagClassName
{
color: #EA1E11;
}
</style>
background-color css
<style>
a { background-color: #EA1E11; }
a { background-color: rgb(234,30,17); }
div.DivClassName
{
background-color: #EA1E11;
}
.BgClassName
{
background-color: #EA1E11;
}
</style>
border-color css
<style>
span { border-color: #EA1E11; }
span { border-color: rgb(234,30,17); }
td.TdClassName
{
border-color: #EA1E11;
}
.TagClassName
{
border-color: #EA1E11;
}
</style>