Shades of Scarlet #EA2614
Tints of Scarlet #EA2614
RGB
CMYK
RGB Variations
Color information
#EA2614 (or 0xEA2614) is known color: Scarlet. HEX triplet: EA, 26 and 14. RGB value is (234,38,20). Sum of RGB (Red+Green+Blue) = 234+38+20=292 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.14% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2614 is #15D9EB. Grayscale: #5E5E5E. Windows color (decimal): -1432044 or 1320682. OLE color: 1320682.
HSL color Cylindrical-coordinate representation of color #EA2614: hue angle of 5.05º 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 #EA2614 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 20 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.08 |
| HSL | 5.05º | 0.84% | 0.5% | - |
| HSV(B) | 5.05º | 0.91% | 0.92% | - |
| XYZ | 34.75 | 18.93 | 2.48 | - |
| YUV | 94.55 | 85.93 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 20 | 0 | 0.84 | 0.91 | 0.08 | 5.05 | 0.84 | 0.5 |
| Hex | EA | 26 | 14 | 0 | 54 | 5B | 8 | 5 | 54 | 32 |
| Octal | 352 | 46 | 24 | 0 | 124 | 133 | 10 | 5 | 124 | 62 |
| Binary | 11101010 | 100110 | 10100 | 0 | 1010100 | 1011011 | 1000 | 101 | 1010100 | 110010 |
Color Harmonies of #EA2614
Complementary color
Monochromatic Colors of #EA2614
Black with #EA2614
Text Example
Text Example
White with #EA2614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2614; }
p { color: rgb(234,38,20); }
H1.HeaderClassName
{
color: #EA2614;
}
.AnyTagClassName
{
color: #EA2614;
}
</style>
background-color css
<style>
a { background-color: #EA2614; }
a { background-color: rgb(234,38,20); }
div.DivClassName
{
background-color: #EA2614;
}
.BgClassName
{
background-color: #EA2614;
}
</style>
border-color css
<style>
span { border-color: #EA2614; }
span { border-color: rgb(234,38,20); }
td.TdClassName
{
border-color: #EA2614;
}
.TagClassName
{
border-color: #EA2614;
}
</style>