Shades of Scarlet #EA2D0A
Tints of Scarlet #EA2D0A
RGB
CMYK
RGB Variations
Color information
#EA2D0A (or 0xEA2D0A) is known color: Scarlet. HEX triplet: EA, 2D and 0A. RGB value is (234,45,10). Sum of RGB (Red+Green+Blue) = 234+45+10=289 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.97% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2D0A is #15D2F5. Grayscale: #616161. Windows color (decimal): -1430262 or 667114. OLE color: 667114.
HSL color Cylindrical-coordinate representation of color #EA2D0A: hue angle of 9.38º 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 #EA2D0A is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 10 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.08 |
| HSL | 9.38º | 0.92% | 0.48% | - |
| HSV(B) | 9.38º | 0.96% | 0.92% | - |
| XYZ | 34.92 | 19.39 | 2.19 | - |
| YUV | 97.52 | 78.62 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 10 | 0 | 0.81 | 0.96 | 0.08 | 9.38 | 0.92 | 0.48 |
| Hex | EA | 2D | A | 0 | 51 | 60 | 8 | 9 | 5C | 30 |
| Octal | 352 | 55 | 12 | 0 | 121 | 140 | 10 | 11 | 134 | 60 |
| Binary | 11101010 | 101101 | 1010 | 0 | 1010001 | 1100000 | 1000 | 1001 | 1011100 | 110000 |
Color Harmonies of #EA2D0A
Complementary color
Monochromatic Colors of #EA2D0A
Black with #EA2D0A
Text Example
Text Example
White with #EA2D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2D0A; }
p { color: rgb(234,45,10); }
H1.HeaderClassName
{
color: #EA2D0A;
}
.AnyTagClassName
{
color: #EA2D0A;
}
</style>
background-color css
<style>
a { background-color: #EA2D0A; }
a { background-color: rgb(234,45,10); }
div.DivClassName
{
background-color: #EA2D0A;
}
.BgClassName
{
background-color: #EA2D0A;
}
</style>
border-color css
<style>
span { border-color: #EA2D0A; }
span { border-color: rgb(234,45,10); }
td.TdClassName
{
border-color: #EA2D0A;
}
.TagClassName
{
border-color: #EA2D0A;
}
</style>