Shades of Scarlet #E63404
Tints of Scarlet #E63404
RGB
CMYK
RGB Variations
Color information
#E63404 (or 0xE63404) is known color: Scarlet. HEX triplet: E6, 34 and 04. RGB value is (230,52,4). Sum of RGB (Red+Green+Blue) = 230+52+4=286 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.42% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 230 - color contains mainly: red. Hex color #E63404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63404 is #19CBFB. Grayscale: #646464. Windows color (decimal): -1690620 or 275686. OLE color: 275686.
HSL color Cylindrical-coordinate representation of color #E63404: hue angle of 12.74º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E63404 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 4 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.10 |
| HSL | 12.74º | 0.97% | 0.46% | - |
| HSV(B) | 12.74º | 0.98% | 0.9% | - |
| XYZ | 33.88 | 19.29 | 2.05 | - |
| YUV | 99.75 | 73.97 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 4 | 0 | 0.77 | 0.98 | 0.10 | 12.74 | 0.97 | 0.46 |
| Hex | E6 | 34 | 4 | 0 | 4D | 62 | A | D | 61 | 2E |
| Octal | 346 | 64 | 4 | 0 | 115 | 142 | 12 | 15 | 141 | 56 |
| Binary | 11100110 | 110100 | 100 | 0 | 1001101 | 1100010 | 1010 | 1101 | 1100001 | 101110 |
Color Harmonies of #E63404
Complementary color
Monochromatic Colors of #E63404
Black with #E63404
Text Example
Text Example
White with #E63404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63404; }
p { color: rgb(230,52,4); }
H1.HeaderClassName
{
color: #E63404;
}
.AnyTagClassName
{
color: #E63404;
}
</style>
background-color css
<style>
a { background-color: #E63404; }
a { background-color: rgb(230,52,4); }
div.DivClassName
{
background-color: #E63404;
}
.BgClassName
{
background-color: #E63404;
}
</style>
border-color css
<style>
span { border-color: #E63404; }
span { border-color: rgb(230,52,4); }
td.TdClassName
{
border-color: #E63404;
}
.TagClassName
{
border-color: #E63404;
}
</style>