Shades of Scarlet #EA2C15
Tints of Scarlet #EA2C15
RGB
CMYK
RGB Variations
Color information
#EA2C15 (or 0xEA2C15) is known color: Scarlet. HEX triplet: EA, 2C and 15. RGB value is (234,44,21). Sum of RGB (Red+Green+Blue) = 234+44+21=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2C15 is #15D3EA. Grayscale: #626262. Windows color (decimal): -1430507 or 1387754. OLE color: 1387754.
HSL color Cylindrical-coordinate representation of color #EA2C15: hue angle of 6.48º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA2C15 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 44 | 21 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.08 |
| HSL | 6.48º | 0.84% | 0.5% | - |
| HSV(B) | 6.48º | 0.91% | 0.92% | - |
| XYZ | 34.97 | 19.35 | 2.6 | - |
| YUV | 98.19 | 84.45 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 44 | 21 | 0 | 0.81 | 0.91 | 0.08 | 6.48 | 0.84 | 0.5 |
| Hex | EA | 2C | 15 | 0 | 51 | 5B | 8 | 6 | 54 | 32 |
| Octal | 352 | 54 | 25 | 0 | 121 | 133 | 10 | 6 | 124 | 62 |
| Binary | 11101010 | 101100 | 10101 | 0 | 1010001 | 1011011 | 1000 | 110 | 1010100 | 110010 |
Color Harmonies of #EA2C15
Complementary color
Monochromatic Colors of #EA2C15
Black with #EA2C15
Text Example
Text Example
White with #EA2C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2C15; }
p { color: rgb(234,44,21); }
H1.HeaderClassName
{
color: #EA2C15;
}
.AnyTagClassName
{
color: #EA2C15;
}
</style>
background-color css
<style>
a { background-color: #EA2C15; }
a { background-color: rgb(234,44,21); }
div.DivClassName
{
background-color: #EA2C15;
}
.BgClassName
{
background-color: #EA2C15;
}
</style>
border-color css
<style>
span { border-color: #EA2C15; }
span { border-color: rgb(234,44,21); }
td.TdClassName
{
border-color: #EA2C15;
}
.TagClassName
{
border-color: #EA2C15;
}
</style>