Shades of Scarlet #EA1400
Tints of Scarlet #EA1400
RGB
CMYK
RGB Variations
Color information
#EA1400 (or 0xEA1400) is known color: Scarlet. HEX triplet: EA, 14 and 00. RGB value is (234,20,0). Sum of RGB (Red+Green+Blue) = 234+20+0=254 (33% of max value = 765). Red value is 234 (91.80% from 255 or 92.13% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1400 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1400 is #15EBFF. Grayscale: #525252. Windows color (decimal): -1436672 or 5354. OLE color: 5354.
HSL color Cylindrical-coordinate representation of color #EA1400: hue angle of 5.13º 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 #EA1400 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.08 |
| HSL | 5.13º | 1% | 0.46% | - |
| HSV(B) | 5.13º | 1% | 0.92% | - |
| XYZ | 34.18 | 17.99 | 1.67 | - |
| YUV | 81.71 | 81.9 | 236.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 0 | 0 | 0.91 | 1 | 0.08 | 5.13 | 1 | 0.46 |
| Hex | EA | 14 | 0 | 0 | 5B | 64 | 8 | 5 | 64 | 2E |
| Octal | 352 | 24 | 0 | 0 | 133 | 144 | 10 | 5 | 144 | 56 |
| Binary | 11101010 | 10100 | 0 | 0 | 1011011 | 1100100 | 1000 | 101 | 1100100 | 101110 |
Color Harmonies of #EA1400
Complementary color
Monochromatic Colors of #EA1400
Black with #EA1400
Text Example
Text Example
White with #EA1400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1400; }
p { color: rgb(234,20,0); }
H1.HeaderClassName
{
color: #EA1400;
}
.AnyTagClassName
{
color: #EA1400;
}
</style>
background-color css
<style>
a { background-color: #EA1400; }
a { background-color: rgb(234,20,0); }
div.DivClassName
{
background-color: #EA1400;
}
.BgClassName
{
background-color: #EA1400;
}
</style>
border-color css
<style>
span { border-color: #EA1400; }
span { border-color: rgb(234,20,0); }
td.TdClassName
{
border-color: #EA1400;
}
.TagClassName
{
border-color: #EA1400;
}
</style>