Shades of Scarlet #EA2715
Tints of Scarlet #EA2715
RGB
CMYK
RGB Variations
Color information
#EA2715 (or 0xEA2715) is known color: Scarlet. HEX triplet: EA, 27 and 15. RGB value is (234,39,21). Sum of RGB (Red+Green+Blue) = 234+39+21=294 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.59% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2715 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2715 is #15D8EA. Grayscale: #5F5F5F. Windows color (decimal): -1431787 or 1386474. OLE color: 1386474.
HSL color Cylindrical-coordinate representation of color #EA2715: hue angle of 5.07º 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 #EA2715 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 21 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.08 |
| HSL | 5.07º | 0.84% | 0.5% | - |
| HSV(B) | 5.07º | 0.91% | 0.92% | - |
| XYZ | 34.79 | 19 | 2.54 | - |
| YUV | 95.25 | 86.1 | 226.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 21 | 0 | 0.83 | 0.91 | 0.08 | 5.07 | 0.84 | 0.5 |
| Hex | EA | 27 | 15 | 0 | 53 | 5B | 8 | 5 | 54 | 32 |
| Octal | 352 | 47 | 25 | 0 | 123 | 133 | 10 | 5 | 124 | 62 |
| Binary | 11101010 | 100111 | 10101 | 0 | 1010011 | 1011011 | 1000 | 101 | 1010100 | 110010 |
Color Harmonies of #EA2715
Complementary color
Monochromatic Colors of #EA2715
Black with #EA2715
Text Example
Text Example
White with #EA2715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2715; }
p { color: rgb(234,39,21); }
H1.HeaderClassName
{
color: #EA2715;
}
.AnyTagClassName
{
color: #EA2715;
}
</style>
background-color css
<style>
a { background-color: #EA2715; }
a { background-color: rgb(234,39,21); }
div.DivClassName
{
background-color: #EA2715;
}
.BgClassName
{
background-color: #EA2715;
}
</style>
border-color css
<style>
span { border-color: #EA2715; }
span { border-color: rgb(234,39,21); }
td.TdClassName
{
border-color: #EA2715;
}
.TagClassName
{
border-color: #EA2715;
}
</style>