Shades of Scarlet #EA2C14
Tints of Scarlet #EA2C14
RGB
CMYK
RGB Variations
Color information
#EA2C14 (or 0xEA2C14) is known color: Scarlet. HEX triplet: EA, 2C and 14. RGB value is (234,44,20). Sum of RGB (Red+Green+Blue) = 234+44+20=298 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.52% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2C14 is #15D3EB. Grayscale: #626262. Windows color (decimal): -1430508 or 1322218. OLE color: 1322218.
HSL color Cylindrical-coordinate representation of color #EA2C14: hue angle of 6.73º 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 #EA2C14 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 44 | 20 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.08 |
| HSL | 6.73º | 0.84% | 0.5% | - |
| HSV(B) | 6.73º | 0.91% | 0.92% | - |
| XYZ | 34.96 | 19.34 | 2.55 | - |
| YUV | 98.07 | 83.95 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 44 | 20 | 0 | 0.81 | 0.91 | 0.08 | 6.73 | 0.84 | 0.5 |
| Hex | EA | 2C | 14 | 0 | 51 | 5B | 8 | 7 | 54 | 32 |
| Octal | 352 | 54 | 24 | 0 | 121 | 133 | 10 | 7 | 124 | 62 |
| Binary | 11101010 | 101100 | 10100 | 0 | 1010001 | 1011011 | 1000 | 111 | 1010100 | 110010 |
Color Harmonies of #EA2C14
Complementary color
Monochromatic Colors of #EA2C14
Black with #EA2C14
Text Example
Text Example
White with #EA2C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2C14; }
p { color: rgb(234,44,20); }
H1.HeaderClassName
{
color: #EA2C14;
}
.AnyTagClassName
{
color: #EA2C14;
}
</style>
background-color css
<style>
a { background-color: #EA2C14; }
a { background-color: rgb(234,44,20); }
div.DivClassName
{
background-color: #EA2C14;
}
.BgClassName
{
background-color: #EA2C14;
}
</style>
border-color css
<style>
span { border-color: #EA2C14; }
span { border-color: rgb(234,44,20); }
td.TdClassName
{
border-color: #EA2C14;
}
.TagClassName
{
border-color: #EA2C14;
}
</style>