Shades of Scarlet #EA2810
Tints of Scarlet #EA2810
RGB
CMYK
RGB Variations
Color information
#EA2810 (or 0xEA2810) is known color: Scarlet. HEX triplet: EA, 28 and 10. RGB value is (234,40,16). Sum of RGB (Red+Green+Blue) = 234+40+16=290 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.69% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2810 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2810 is #15D7EF. Grayscale: #5F5F5F. Windows color (decimal): -1431536 or 1059050. OLE color: 1059050.
HSL color Cylindrical-coordinate representation of color #EA2810: hue angle of 6.61º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA2810 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 16 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.08 |
| HSL | 6.61º | 0.87% | 0.49% | - |
| HSV(B) | 6.61º | 0.93% | 0.92% | - |
| XYZ | 34.78 | 19.05 | 2.33 | - |
| YUV | 95.27 | 83.27 | 226.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 16 | 0 | 0.83 | 0.93 | 0.08 | 6.61 | 0.87 | 0.49 |
| Hex | EA | 28 | 10 | 0 | 53 | 5D | 8 | 7 | 57 | 31 |
| Octal | 352 | 50 | 20 | 0 | 123 | 135 | 10 | 7 | 127 | 61 |
| Binary | 11101010 | 101000 | 10000 | 0 | 1010011 | 1011101 | 1000 | 111 | 1010111 | 110001 |
Color Harmonies of #EA2810
Complementary color
Monochromatic Colors of #EA2810
Black with #EA2810
Text Example
Text Example
White with #EA2810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2810; }
p { color: rgb(234,40,16); }
H1.HeaderClassName
{
color: #EA2810;
}
.AnyTagClassName
{
color: #EA2810;
}
</style>
background-color css
<style>
a { background-color: #EA2810; }
a { background-color: rgb(234,40,16); }
div.DivClassName
{
background-color: #EA2810;
}
.BgClassName
{
background-color: #EA2810;
}
</style>
border-color css
<style>
span { border-color: #EA2810; }
span { border-color: rgb(234,40,16); }
td.TdClassName
{
border-color: #EA2810;
}
.TagClassName
{
border-color: #EA2810;
}
</style>