Shades of Scarlet #EA2701
Tints of Scarlet #EA2701
RGB
CMYK
RGB Variations
Color information
#EA2701 (or 0xEA2701) is known color: Scarlet. HEX triplet: EA, 27 and 01. RGB value is (234,39,1). Sum of RGB (Red+Green+Blue) = 234+39+1=274 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.40% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2701 is #15D8FE. Grayscale: #5D5D5D. Windows color (decimal): -1431807 or 75754. OLE color: 75754.
HSL color Cylindrical-coordinate representation of color #EA2701: hue angle of 9.79º 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 #EA2701 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.08 |
| HSL | 9.79º | 0.99% | 0.46% | - |
| HSV(B) | 9.79º | 1% | 0.92% | - |
| XYZ | 34.66 | 18.95 | 1.86 | - |
| YUV | 92.97 | 76.1 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 1 | 0 | 0.83 | 1.00 | 0.08 | 9.79 | 0.99 | 0.46 |
| Hex | EA | 27 | 1 | 0 | 53 | 64 | 8 | A | 63 | 2E |
| Octal | 352 | 47 | 1 | 0 | 123 | 144 | 10 | 12 | 143 | 56 |
| Binary | 11101010 | 100111 | 1 | 0 | 1010011 | 1100100 | 1000 | 1010 | 1100011 | 101110 |
Color Harmonies of #EA2701
Complementary color
Monochromatic Colors of #EA2701
Black with #EA2701
Text Example
Text Example
White with #EA2701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2701; }
p { color: rgb(234,39,1); }
H1.HeaderClassName
{
color: #EA2701;
}
.AnyTagClassName
{
color: #EA2701;
}
</style>
background-color css
<style>
a { background-color: #EA2701; }
a { background-color: rgb(234,39,1); }
div.DivClassName
{
background-color: #EA2701;
}
.BgClassName
{
background-color: #EA2701;
}
</style>
border-color css
<style>
span { border-color: #EA2701; }
span { border-color: rgb(234,39,1); }
td.TdClassName
{
border-color: #EA2701;
}
.TagClassName
{
border-color: #EA2701;
}
</style>