Shades of Scarlet #EA2814
Tints of Scarlet #EA2814
RGB
CMYK
RGB Variations
Color information
#EA2814 (or 0xEA2814) is known color: Scarlet. HEX triplet: EA, 28 and 14. RGB value is (234,40,20). Sum of RGB (Red+Green+Blue) = 234+40+20=294 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.59% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2814 is #15D7EB. Grayscale: #606060. Windows color (decimal): -1431532 or 1321194. OLE color: 1321194.
HSL color Cylindrical-coordinate representation of color #EA2814: hue angle of 5.61º 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 #EA2814 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 20 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.08 |
| HSL | 5.61º | 0.84% | 0.5% | - |
| HSV(B) | 5.61º | 0.91% | 0.92% | - |
| XYZ | 34.82 | 19.06 | 2.51 | - |
| YUV | 95.73 | 85.27 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 20 | 0 | 0.83 | 0.91 | 0.08 | 5.61 | 0.84 | 0.5 |
| Hex | EA | 28 | 14 | 0 | 53 | 5B | 8 | 6 | 54 | 32 |
| Octal | 352 | 50 | 24 | 0 | 123 | 133 | 10 | 6 | 124 | 62 |
| Binary | 11101010 | 101000 | 10100 | 0 | 1010011 | 1011011 | 1000 | 110 | 1010100 | 110010 |
Color Harmonies of #EA2814
Complementary color
Monochromatic Colors of #EA2814
Black with #EA2814
Text Example
Text Example
White with #EA2814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2814; }
p { color: rgb(234,40,20); }
H1.HeaderClassName
{
color: #EA2814;
}
.AnyTagClassName
{
color: #EA2814;
}
</style>
background-color css
<style>
a { background-color: #EA2814; }
a { background-color: rgb(234,40,20); }
div.DivClassName
{
background-color: #EA2814;
}
.BgClassName
{
background-color: #EA2814;
}
</style>
border-color css
<style>
span { border-color: #EA2814; }
span { border-color: rgb(234,40,20); }
td.TdClassName
{
border-color: #EA2814;
}
.TagClassName
{
border-color: #EA2814;
}
</style>