Shades of Scarlet #EA350D
Tints of Scarlet #EA350D
RGB
CMYK
RGB Variations
Color information
#EA350D (or 0xEA350D) is known color: Scarlet. HEX triplet: EA, 35 and 0D. RGB value is (234,53,13). Sum of RGB (Red+Green+Blue) = 234+53+13=300 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 234 - color contains mainly: red. Hex color #EA350D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA350D is #15CAF2. Grayscale: #666666. Windows color (decimal): -1428211 or 865770. OLE color: 865770.
HSL color Cylindrical-coordinate representation of color #EA350D: hue angle of 10.86º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA350D is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 53 | 13 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.08 |
| HSL | 10.86º | 0.89% | 0.48% | - |
| HSV(B) | 10.86º | 0.94% | 0.92% | - |
| XYZ | 35.28 | 20.07 | 2.39 | - |
| YUV | 102.56 | 77.47 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 53 | 13 | 0 | 0.77 | 0.94 | 0.08 | 10.86 | 0.89 | 0.48 |
| Hex | EA | 35 | D | 0 | 4D | 5E | 8 | B | 59 | 30 |
| Octal | 352 | 65 | 15 | 0 | 115 | 136 | 10 | 13 | 131 | 60 |
| Binary | 11101010 | 110101 | 1101 | 0 | 1001101 | 1011110 | 1000 | 1011 | 1011001 | 110000 |
Color Harmonies of #EA350D
Complementary color
Monochromatic Colors of #EA350D
Black with #EA350D
Text Example
Text Example
White with #EA350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA350D; }
p { color: rgb(234,53,13); }
H1.HeaderClassName
{
color: #EA350D;
}
.AnyTagClassName
{
color: #EA350D;
}
</style>
background-color css
<style>
a { background-color: #EA350D; }
a { background-color: rgb(234,53,13); }
div.DivClassName
{
background-color: #EA350D;
}
.BgClassName
{
background-color: #EA350D;
}
</style>
border-color css
<style>
span { border-color: #EA350D; }
span { border-color: rgb(234,53,13); }
td.TdClassName
{
border-color: #EA350D;
}
.TagClassName
{
border-color: #EA350D;
}
</style>