Shades of Scarlet #E81304
Tints of Scarlet #E81304
RGB
CMYK
RGB Variations
Color information
#E81304 (or 0xE81304) is known color: Scarlet. HEX triplet: E8, 13 and 04. RGB value is (232,19,4). Sum of RGB (Red+Green+Blue) = 232+19+4=255 (33% of max value = 765). Red value is 232 (91.02% from 255 or 90.98% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 232 - color contains mainly: red. Hex color #E81304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E81304 is #17ECFB. Grayscale: #515151. Windows color (decimal): -1567996 or 267240. OLE color: 267240.
HSL color Cylindrical-coordinate representation of color #E81304: hue angle of 3.95º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E81304 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.09 |
| HSL | 3.95º | 0.97% | 0.46% | - |
| HSV(B) | 3.95º | 0.98% | 0.91% | - |
| XYZ | 33.53 | 17.63 | 1.75 | - |
| YUV | 80.98 | 84.57 | 235.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 4 | 0 | 0.92 | 0.98 | 0.09 | 3.95 | 0.97 | 0.46 |
| Hex | E8 | 13 | 4 | 0 | 5C | 62 | 9 | 4 | 61 | 2E |
| Octal | 350 | 23 | 4 | 0 | 134 | 142 | 11 | 4 | 141 | 56 |
| Binary | 11101000 | 10011 | 100 | 0 | 1011100 | 1100010 | 1001 | 100 | 1100001 | 101110 |
Color Harmonies of #E81304
Complementary color
Monochromatic Colors of #E81304
Black with #E81304
Text Example
Text Example
White with #E81304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81304; }
p { color: rgb(232,19,4); }
H1.HeaderClassName
{
color: #E81304;
}
.AnyTagClassName
{
color: #E81304;
}
</style>
background-color css
<style>
a { background-color: #E81304; }
a { background-color: rgb(232,19,4); }
div.DivClassName
{
background-color: #E81304;
}
.BgClassName
{
background-color: #E81304;
}
</style>
border-color css
<style>
span { border-color: #E81304; }
span { border-color: rgb(232,19,4); }
td.TdClassName
{
border-color: #E81304;
}
.TagClassName
{
border-color: #E81304;
}
</style>