Shades of Scarlet #EA1501
Tints of Scarlet #EA1501
RGB
CMYK
RGB Variations
Color information
#EA1501 (or 0xEA1501) is known color: Scarlet. HEX triplet: EA, 15 and 01. RGB value is (234,21,1). Sum of RGB (Red+Green+Blue) = 234+21+1=256 (33% of max value = 765). Red value is 234 (91.80% from 255 or 91.41% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1501 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1501 is #15EAFE. Grayscale: #525252. Windows color (decimal): -1436415 or 71146. OLE color: 71146.
HSL color Cylindrical-coordinate representation of color #EA1501: hue angle of 5.15º 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 #EA1501 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 1 | - |
| CMYK | 0 | 0.91 | 1.00 | 0.08 |
| HSL | 5.15º | 0.99% | 0.46% | - |
| HSV(B) | 5.15º | 1% | 0.92% | - |
| XYZ | 34.21 | 18.03 | 1.71 | - |
| YUV | 82.41 | 82.07 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 1 | 0 | 0.91 | 1.00 | 0.08 | 5.15 | 0.99 | 0.46 |
| Hex | EA | 15 | 1 | 0 | 5B | 64 | 8 | 5 | 63 | 2E |
| Octal | 352 | 25 | 1 | 0 | 133 | 144 | 10 | 5 | 143 | 56 |
| Binary | 11101010 | 10101 | 1 | 0 | 1011011 | 1100100 | 1000 | 101 | 1100011 | 101110 |
Color Harmonies of #EA1501
Complementary color
Monochromatic Colors of #EA1501
Black with #EA1501
Text Example
Text Example
White with #EA1501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1501; }
p { color: rgb(234,21,1); }
H1.HeaderClassName
{
color: #EA1501;
}
.AnyTagClassName
{
color: #EA1501;
}
</style>
background-color css
<style>
a { background-color: #EA1501; }
a { background-color: rgb(234,21,1); }
div.DivClassName
{
background-color: #EA1501;
}
.BgClassName
{
background-color: #EA1501;
}
</style>
border-color css
<style>
span { border-color: #EA1501; }
span { border-color: rgb(234,21,1); }
td.TdClassName
{
border-color: #EA1501;
}
.TagClassName
{
border-color: #EA1501;
}
</style>