Shades of Scarlet #EA2719
Tints of Scarlet #EA2719
RGB
CMYK
RGB Variations
Color information
#EA2719 (or 0xEA2719) is known color: Scarlet. HEX triplet: EA, 27 and 19. RGB value is (234,39,25). Sum of RGB (Red+Green+Blue) = 234+39+25=298 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.52% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2719 is #15D8E6. Grayscale: #5F5F5F. Windows color (decimal): -1431783 or 1648618. OLE color: 1648618.
HSL color Cylindrical-coordinate representation of color #EA2719: hue angle of 4.02º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA2719 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 25 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.08 |
| HSL | 4.02º | 0.83% | 0.51% | - |
| HSV(B) | 4.02º | 0.89% | 0.92% | - |
| XYZ | 34.83 | 19.01 | 2.75 | - |
| YUV | 95.71 | 88.1 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 25 | 0 | 0.83 | 0.89 | 0.08 | 4.02 | 0.83 | 0.51 |
| Hex | EA | 27 | 19 | 0 | 53 | 59 | 8 | 4 | 53 | 33 |
| Octal | 352 | 47 | 31 | 0 | 123 | 131 | 10 | 4 | 123 | 63 |
| Binary | 11101010 | 100111 | 11001 | 0 | 1010011 | 1011001 | 1000 | 100 | 1010011 | 110011 |
Color Harmonies of #EA2719
Complementary color
Monochromatic Colors of #EA2719
Black with #EA2719
Text Example
Text Example
White with #EA2719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2719; }
p { color: rgb(234,39,25); }
H1.HeaderClassName
{
color: #EA2719;
}
.AnyTagClassName
{
color: #EA2719;
}
</style>
background-color css
<style>
a { background-color: #EA2719; }
a { background-color: rgb(234,39,25); }
div.DivClassName
{
background-color: #EA2719;
}
.BgClassName
{
background-color: #EA2719;
}
</style>
border-color css
<style>
span { border-color: #EA2719; }
span { border-color: rgb(234,39,25); }
td.TdClassName
{
border-color: #EA2719;
}
.TagClassName
{
border-color: #EA2719;
}
</style>