Shades of Scarlet #E61406
Tints of Scarlet #E61406
RGB
CMYK
RGB Variations
Color information
#E61406 (or 0xE61406) is known color: Scarlet. HEX triplet: E6, 14 and 06. RGB value is (230,20,6). Sum of RGB (Red+Green+Blue) = 230+20+6=256 (33% of max value = 765). Red value is 230 (90.23% from 255 or 89.84% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 230 - color contains mainly: red. Hex color #E61406 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61406 is #19EBF9. Grayscale: #515151. Windows color (decimal): -1698810 or 398566. OLE color: 398566.
HSL color Cylindrical-coordinate representation of color #E61406: hue angle of 3.75º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E61406 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 6 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.10 |
| HSL | 3.75º | 0.95% | 0.46% | - |
| HSV(B) | 3.75º | 0.97% | 0.9% | - |
| XYZ | 32.92 | 17.34 | 1.78 | - |
| YUV | 81.19 | 85.57 | 234.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 6 | 0 | 0.91 | 0.97 | 0.10 | 3.75 | 0.95 | 0.46 |
| Hex | E6 | 14 | 6 | 0 | 5B | 61 | A | 4 | 5F | 2E |
| Octal | 346 | 24 | 6 | 0 | 133 | 141 | 12 | 4 | 137 | 56 |
| Binary | 11100110 | 10100 | 110 | 0 | 1011011 | 1100001 | 1010 | 100 | 1011111 | 101110 |
Color Harmonies of #E61406
Complementary color
Monochromatic Colors of #E61406
Black with #E61406
Text Example
Text Example
White with #E61406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61406; }
p { color: rgb(230,20,6); }
H1.HeaderClassName
{
color: #E61406;
}
.AnyTagClassName
{
color: #E61406;
}
</style>
background-color css
<style>
a { background-color: #E61406; }
a { background-color: rgb(230,20,6); }
div.DivClassName
{
background-color: #E61406;
}
.BgClassName
{
background-color: #E61406;
}
</style>
border-color css
<style>
span { border-color: #E61406; }
span { border-color: rgb(230,20,6); }
td.TdClassName
{
border-color: #E61406;
}
.TagClassName
{
border-color: #E61406;
}
</style>