Shades of Scarlet #EA1401
Tints of Scarlet #EA1401
RGB
CMYK
RGB Variations
Color information
#EA1401 (or 0xEA1401) is known color: Scarlet. HEX triplet: EA, 14 and 01. RGB value is (234,20,1). Sum of RGB (Red+Green+Blue) = 234+20+1=255 (33% of max value = 765). Red value is 234 (91.80% from 255 or 91.76% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1401 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1401 is #15EBFE. Grayscale: #525252. Windows color (decimal): -1436671 or 70890. OLE color: 70890.
HSL color Cylindrical-coordinate representation of color #EA1401: hue angle of 4.89º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA1401 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 1 | - |
| CMYK | 0 | 0.91 | 1.00 | 0.08 |
| HSL | 4.89º | 0.99% | 0.46% | - |
| HSV(B) | 4.89º | 1% | 0.92% | - |
| XYZ | 34.19 | 17.99 | 1.7 | - |
| YUV | 81.82 | 82.4 | 236.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 1 | 0 | 0.91 | 1.00 | 0.08 | 4.89 | 0.99 | 0.46 |
| Hex | EA | 14 | 1 | 0 | 5B | 64 | 8 | 5 | 63 | 2E |
| Octal | 352 | 24 | 1 | 0 | 133 | 144 | 10 | 5 | 143 | 56 |
| Binary | 11101010 | 10100 | 1 | 0 | 1011011 | 1100100 | 1000 | 101 | 1100011 | 101110 |
Color Harmonies of #EA1401
Complementary color
Monochromatic Colors of #EA1401
Black with #EA1401
Text Example
Text Example
White with #EA1401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1401; }
p { color: rgb(234,20,1); }
H1.HeaderClassName
{
color: #EA1401;
}
.AnyTagClassName
{
color: #EA1401;
}
</style>
background-color css
<style>
a { background-color: #EA1401; }
a { background-color: rgb(234,20,1); }
div.DivClassName
{
background-color: #EA1401;
}
.BgClassName
{
background-color: #EA1401;
}
</style>
border-color css
<style>
span { border-color: #EA1401; }
span { border-color: rgb(234,20,1); }
td.TdClassName
{
border-color: #EA1401;
}
.TagClassName
{
border-color: #EA1401;
}
</style>