Shades of Scarlet #EA231E
Tints of Scarlet #EA231E
RGB
CMYK
RGB Variations
Color information
#EA231E (or 0xEA231E) is known color: Scarlet. HEX triplet: EA, 23 and 1E. RGB value is (234,35,30). Sum of RGB (Red+Green+Blue) = 234+35+30=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA231E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA231E is #15DCE1. Grayscale: #5E5E5E. Windows color (decimal): -1432802 or 1975274. OLE color: 1975274.
HSL color Cylindrical-coordinate representation of color #EA231E: hue angle of 1.47º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA231E is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 30 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.08 |
| HSL | 1.47º | 0.83% | 0.52% | - |
| HSV(B) | 1.47º | 0.87% | 0.92% | - |
| XYZ | 34.77 | 18.79 | 3.02 | - |
| YUV | 93.93 | 91.93 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 30 | 0 | 0.85 | 0.87 | 0.08 | 1.47 | 0.83 | 0.52 |
| Hex | EA | 23 | 1E | 0 | 55 | 57 | 8 | 1 | 53 | 34 |
| Octal | 352 | 43 | 36 | 0 | 125 | 127 | 10 | 1 | 123 | 64 |
| Binary | 11101010 | 100011 | 11110 | 0 | 1010101 | 1010111 | 1000 | 1 | 1010011 | 110100 |
Color Harmonies of #EA231E
Complementary color
Monochromatic Colors of #EA231E
Black with #EA231E
Text Example
Text Example
White with #EA231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA231E; }
p { color: rgb(234,35,30); }
H1.HeaderClassName
{
color: #EA231E;
}
.AnyTagClassName
{
color: #EA231E;
}
</style>
background-color css
<style>
a { background-color: #EA231E; }
a { background-color: rgb(234,35,30); }
div.DivClassName
{
background-color: #EA231E;
}
.BgClassName
{
background-color: #EA231E;
}
</style>
border-color css
<style>
span { border-color: #EA231E; }
span { border-color: rgb(234,35,30); }
td.TdClassName
{
border-color: #EA231E;
}
.TagClassName
{
border-color: #EA231E;
}
</style>