Shades of Scarlet #EA2015
Tints of Scarlet #EA2015
RGB
CMYK
RGB Variations
Color information
#EA2015 (or 0xEA2015) is known color: Scarlet. HEX triplet: EA, 20 and 15. RGB value is (234,32,21). Sum of RGB (Red+Green+Blue) = 234+32+21=287 (38% of max value = 765). Red value is 234 (91.80% from 255 or 81.53% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2015 is #15DFEA. Grayscale: #5B5B5B. Windows color (decimal): -1433579 or 1384682. OLE color: 1384682.
HSL color Cylindrical-coordinate representation of color #EA2015: hue angle of 3.1º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA2015 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 32 | 21 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.08 |
| HSL | 3.1º | 0.84% | 0.5% | - |
| HSV(B) | 3.1º | 0.91% | 0.92% | - |
| XYZ | 34.58 | 18.58 | 2.47 | - |
| YUV | 91.14 | 88.42 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 32 | 21 | 0 | 0.86 | 0.91 | 0.08 | 3.1 | 0.84 | 0.5 |
| Hex | EA | 20 | 15 | 0 | 56 | 5B | 8 | 3 | 54 | 32 |
| Octal | 352 | 40 | 25 | 0 | 126 | 133 | 10 | 3 | 124 | 62 |
| Binary | 11101010 | 100000 | 10101 | 0 | 1010110 | 1011011 | 1000 | 11 | 1010100 | 110010 |
Color Harmonies of #EA2015
Complementary color
Monochromatic Colors of #EA2015
Black with #EA2015
Text Example
Text Example
White with #EA2015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2015; }
p { color: rgb(234,32,21); }
H1.HeaderClassName
{
color: #EA2015;
}
.AnyTagClassName
{
color: #EA2015;
}
</style>
background-color css
<style>
a { background-color: #EA2015; }
a { background-color: rgb(234,32,21); }
div.DivClassName
{
background-color: #EA2015;
}
.BgClassName
{
background-color: #EA2015;
}
</style>
border-color css
<style>
span { border-color: #EA2015; }
span { border-color: rgb(234,32,21); }
td.TdClassName
{
border-color: #EA2015;
}
.TagClassName
{
border-color: #EA2015;
}
</style>