Shades of Scarlet #EA2001
Tints of Scarlet #EA2001
RGB
CMYK
RGB Variations
Color information
#EA2001 (or 0xEA2001) is known color: Scarlet. HEX triplet: EA, 20 and 01. RGB value is (234,32,1). Sum of RGB (Red+Green+Blue) = 234+32+1=267 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.64% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2001 is #15DFFE. Grayscale: #595959. Windows color (decimal): -1433599 or 73962. OLE color: 73962.
HSL color Cylindrical-coordinate representation of color #EA2001: hue angle of 7.98º 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 #EA2001 is Cyan = 0, Magento = 0.86, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 32 | 1 | - |
| CMYK | 0 | 0.86 | 1.00 | 0.08 |
| HSL | 7.98º | 0.99% | 0.46% | - |
| HSV(B) | 7.98º | 1% | 0.92% | - |
| XYZ | 34.45 | 18.53 | 1.79 | - |
| YUV | 88.86 | 78.42 | 231.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 32 | 1 | 0 | 0.86 | 1.00 | 0.08 | 7.98 | 0.99 | 0.46 |
| Hex | EA | 20 | 1 | 0 | 56 | 64 | 8 | 8 | 63 | 2E |
| Octal | 352 | 40 | 1 | 0 | 126 | 144 | 10 | 10 | 143 | 56 |
| Binary | 11101010 | 100000 | 1 | 0 | 1010110 | 1100100 | 1000 | 1000 | 1100011 | 101110 |
Color Harmonies of #EA2001
Complementary color
Monochromatic Colors of #EA2001
Black with #EA2001
Text Example
Text Example
White with #EA2001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2001; }
p { color: rgb(234,32,1); }
H1.HeaderClassName
{
color: #EA2001;
}
.AnyTagClassName
{
color: #EA2001;
}
</style>
background-color css
<style>
a { background-color: #EA2001; }
a { background-color: rgb(234,32,1); }
div.DivClassName
{
background-color: #EA2001;
}
.BgClassName
{
background-color: #EA2001;
}
</style>
border-color css
<style>
span { border-color: #EA2001; }
span { border-color: rgb(234,32,1); }
td.TdClassName
{
border-color: #EA2001;
}
.TagClassName
{
border-color: #EA2001;
}
</style>