Shades of Scarlet #EA2804
Tints of Scarlet #EA2804
RGB
CMYK
RGB Variations
Color information
#EA2804 (or 0xEA2804) is known color: Scarlet. HEX triplet: EA, 28 and 04. RGB value is (234,40,4). Sum of RGB (Red+Green+Blue) = 234+40+4=278 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.17% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2804 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2804 is #15D7FB. Grayscale: #5E5E5E. Windows color (decimal): -1431548 or 272618. OLE color: 272618.
HSL color Cylindrical-coordinate representation of color #EA2804: hue angle of 9.39º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA2804 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 4 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.08 |
| HSL | 9.39º | 0.97% | 0.47% | - |
| HSV(B) | 9.39º | 0.98% | 0.92% | - |
| XYZ | 34.71 | 19.02 | 1.96 | - |
| YUV | 93.9 | 77.27 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 4 | 0 | 0.83 | 0.98 | 0.08 | 9.39 | 0.97 | 0.47 |
| Hex | EA | 28 | 4 | 0 | 53 | 62 | 8 | 9 | 61 | 2F |
| Octal | 352 | 50 | 4 | 0 | 123 | 142 | 10 | 11 | 141 | 57 |
| Binary | 11101010 | 101000 | 100 | 0 | 1010011 | 1100010 | 1000 | 1001 | 1100001 | 101111 |
Color Harmonies of #EA2804
Complementary color
Monochromatic Colors of #EA2804
Black with #EA2804
Text Example
Text Example
White with #EA2804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2804; }
p { color: rgb(234,40,4); }
H1.HeaderClassName
{
color: #EA2804;
}
.AnyTagClassName
{
color: #EA2804;
}
</style>
background-color css
<style>
a { background-color: #EA2804; }
a { background-color: rgb(234,40,4); }
div.DivClassName
{
background-color: #EA2804;
}
.BgClassName
{
background-color: #EA2804;
}
</style>
border-color css
<style>
span { border-color: #EA2804; }
span { border-color: rgb(234,40,4); }
td.TdClassName
{
border-color: #EA2804;
}
.TagClassName
{
border-color: #EA2804;
}
</style>