Shades of Scarlet #EA231C
Tints of Scarlet #EA231C
RGB
CMYK
RGB Variations
Color information
#EA231C (or 0xEA231C) is known color: Scarlet. HEX triplet: EA, 23 and 1C. RGB value is (234,35,28). Sum of RGB (Red+Green+Blue) = 234+35+28=297 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.79% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 234 - color contains mainly: red. Hex color #EA231C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA231C is #15DCE3. Grayscale: #5D5D5D. Windows color (decimal): -1432804 or 1844202. OLE color: 1844202.
HSL color Cylindrical-coordinate representation of color #EA231C: hue angle of 2.04º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA231C is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 28 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.08 |
| HSL | 2.04º | 0.83% | 0.51% | - |
| HSV(B) | 2.04º | 0.88% | 0.92% | - |
| XYZ | 34.74 | 18.78 | 2.89 | - |
| YUV | 93.7 | 90.93 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 28 | 0 | 0.85 | 0.88 | 0.08 | 2.04 | 0.83 | 0.51 |
| Hex | EA | 23 | 1C | 0 | 55 | 58 | 8 | 2 | 53 | 33 |
| Octal | 352 | 43 | 34 | 0 | 125 | 130 | 10 | 2 | 123 | 63 |
| Binary | 11101010 | 100011 | 11100 | 0 | 1010101 | 1011000 | 1000 | 10 | 1010011 | 110011 |
Color Harmonies of #EA231C
Complementary color
Monochromatic Colors of #EA231C
Black with #EA231C
Text Example
Text Example
White with #EA231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA231C; }
p { color: rgb(234,35,28); }
H1.HeaderClassName
{
color: #EA231C;
}
.AnyTagClassName
{
color: #EA231C;
}
</style>
background-color css
<style>
a { background-color: #EA231C; }
a { background-color: rgb(234,35,28); }
div.DivClassName
{
background-color: #EA231C;
}
.BgClassName
{
background-color: #EA231C;
}
</style>
border-color css
<style>
span { border-color: #EA231C; }
span { border-color: rgb(234,35,28); }
td.TdClassName
{
border-color: #EA231C;
}
.TagClassName
{
border-color: #EA231C;
}
</style>