Shades of Scarlet #EA2101
Tints of Scarlet #EA2101
RGB
CMYK
RGB Variations
Color information
#EA2101 (or 0xEA2101) is known color: Scarlet. HEX triplet: EA, 21 and 01. RGB value is (234,33,1). Sum of RGB (Red+Green+Blue) = 234+33+1=268 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.31% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2101 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2101 is #15DEFE. Grayscale: #595959. Windows color (decimal): -1433343 or 74218. OLE color: 74218.
HSL color Cylindrical-coordinate representation of color #EA2101: hue angle of 8.24º 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 #EA2101 is Cyan = 0, Magento = 0.86, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 1 | - |
| CMYK | 0 | 0.86 | 1.00 | 0.08 |
| HSL | 8.24º | 0.99% | 0.46% | - |
| HSV(B) | 8.24º | 1% | 0.92% | - |
| XYZ | 34.48 | 18.58 | 1.8 | - |
| YUV | 89.45 | 78.09 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 1 | 0 | 0.86 | 1.00 | 0.08 | 8.24 | 0.99 | 0.46 |
| Hex | EA | 21 | 1 | 0 | 56 | 64 | 8 | 8 | 63 | 2E |
| Octal | 352 | 41 | 1 | 0 | 126 | 144 | 10 | 10 | 143 | 56 |
| Binary | 11101010 | 100001 | 1 | 0 | 1010110 | 1100100 | 1000 | 1000 | 1100011 | 101110 |
Color Harmonies of #EA2101
Complementary color
Monochromatic Colors of #EA2101
Black with #EA2101
Text Example
Text Example
White with #EA2101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2101; }
p { color: rgb(234,33,1); }
H1.HeaderClassName
{
color: #EA2101;
}
.AnyTagClassName
{
color: #EA2101;
}
</style>
background-color css
<style>
a { background-color: #EA2101; }
a { background-color: rgb(234,33,1); }
div.DivClassName
{
background-color: #EA2101;
}
.BgClassName
{
background-color: #EA2101;
}
</style>
border-color css
<style>
span { border-color: #EA2101; }
span { border-color: rgb(234,33,1); }
td.TdClassName
{
border-color: #EA2101;
}
.TagClassName
{
border-color: #EA2101;
}
</style>