Shades of Scarlet #EA210A
Tints of Scarlet #EA210A
RGB
CMYK
RGB Variations
Color information
#EA210A (or 0xEA210A) is known color: Scarlet. HEX triplet: EA, 21 and 0A. RGB value is (234,33,10). Sum of RGB (Red+Green+Blue) = 234+33+10=277 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.48% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 234 - color contains mainly: red. Hex color #EA210A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA210A is #15DEF5. Grayscale: #5A5A5A. Windows color (decimal): -1433334 or 664042. OLE color: 664042.
HSL color Cylindrical-coordinate representation of color #EA210A: hue angle of 6.16º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA210A is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 10 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.08 |
| HSL | 6.16º | 0.92% | 0.48% | - |
| HSV(B) | 6.16º | 0.96% | 0.92% | - |
| XYZ | 34.53 | 18.6 | 2.06 | - |
| YUV | 90.48 | 82.59 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 10 | 0 | 0.86 | 0.96 | 0.08 | 6.16 | 0.92 | 0.48 |
| Hex | EA | 21 | A | 0 | 56 | 60 | 8 | 6 | 5C | 30 |
| Octal | 352 | 41 | 12 | 0 | 126 | 140 | 10 | 6 | 134 | 60 |
| Binary | 11101010 | 100001 | 1010 | 0 | 1010110 | 1100000 | 1000 | 110 | 1011100 | 110000 |
Color Harmonies of #EA210A
Complementary color
Monochromatic Colors of #EA210A
Black with #EA210A
Text Example
Text Example
White with #EA210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA210A; }
p { color: rgb(234,33,10); }
H1.HeaderClassName
{
color: #EA210A;
}
.AnyTagClassName
{
color: #EA210A;
}
</style>
background-color css
<style>
a { background-color: #EA210A; }
a { background-color: rgb(234,33,10); }
div.DivClassName
{
background-color: #EA210A;
}
.BgClassName
{
background-color: #EA210A;
}
</style>
border-color css
<style>
span { border-color: #EA210A; }
span { border-color: rgb(234,33,10); }
td.TdClassName
{
border-color: #EA210A;
}
.TagClassName
{
border-color: #EA210A;
}
</style>