Shades of Scarlet #EA350E
Tints of Scarlet #EA350E
RGB
CMYK
RGB Variations
Color information
#EA350E (or 0xEA350E) is known color: Scarlet. HEX triplet: EA, 35 and 0E. RGB value is (234,53,14). Sum of RGB (Red+Green+Blue) = 234+53+14=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA350E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA350E is #15CAF1. Grayscale: #676767. Windows color (decimal): -1428210 or 931306. OLE color: 931306.
HSL color Cylindrical-coordinate representation of color #EA350E: hue angle of 10.64º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA350E is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 53 | 14 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.08 |
| HSL | 10.64º | 0.89% | 0.49% | - |
| HSV(B) | 10.64º | 0.94% | 0.92% | - |
| XYZ | 35.28 | 20.07 | 2.43 | - |
| YUV | 102.67 | 77.97 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 53 | 14 | 0 | 0.77 | 0.94 | 0.08 | 10.64 | 0.89 | 0.49 |
| Hex | EA | 35 | E | 0 | 4D | 5E | 8 | B | 59 | 31 |
| Octal | 352 | 65 | 16 | 0 | 115 | 136 | 10 | 13 | 131 | 61 |
| Binary | 11101010 | 110101 | 1110 | 0 | 1001101 | 1011110 | 1000 | 1011 | 1011001 | 110001 |
Color Harmonies of #EA350E
Complementary color
Monochromatic Colors of #EA350E
Black with #EA350E
Text Example
Text Example
White with #EA350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA350E; }
p { color: rgb(234,53,14); }
H1.HeaderClassName
{
color: #EA350E;
}
.AnyTagClassName
{
color: #EA350E;
}
</style>
background-color css
<style>
a { background-color: #EA350E; }
a { background-color: rgb(234,53,14); }
div.DivClassName
{
background-color: #EA350E;
}
.BgClassName
{
background-color: #EA350E;
}
</style>
border-color css
<style>
span { border-color: #EA350E; }
span { border-color: rgb(234,53,14); }
td.TdClassName
{
border-color: #EA350E;
}
.TagClassName
{
border-color: #EA350E;
}
</style>