Shades of Scarlet #E6260E
Tints of Scarlet #E6260E
RGB
CMYK
RGB Variations
Color information
#E6260E (or 0xE6260E) is known color: Scarlet. HEX triplet: E6, 26 and 0E. RGB value is (230,38,14). Sum of RGB (Red+Green+Blue) = 230+38+14=282 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.56% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 230 - color contains mainly: red. Hex color #E6260E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6260E is #19D9F1. Grayscale: #5C5C5C. Windows color (decimal): -1694194 or 927462. OLE color: 927462.
HSL color Cylindrical-coordinate representation of color #E6260E: hue angle of 6.67º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6260E is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 38 | 14 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.10 |
| HSL | 6.67º | 0.89% | 0.48% | - |
| HSV(B) | 6.67º | 0.94% | 0.9% | - |
| XYZ | 33.41 | 18.24 | 2.18 | - |
| YUV | 92.67 | 83.61 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 14 | 0 | 0.83 | 0.94 | 0.10 | 6.67 | 0.89 | 0.48 |
| Hex | E6 | 26 | E | 0 | 53 | 5E | A | 7 | 59 | 30 |
| Octal | 346 | 46 | 16 | 0 | 123 | 136 | 12 | 7 | 131 | 60 |
| Binary | 11100110 | 100110 | 1110 | 0 | 1010011 | 1011110 | 1010 | 111 | 1011001 | 110000 |
Color Harmonies of #E6260E
Complementary color
Monochromatic Colors of #E6260E
Black with #E6260E
Text Example
Text Example
White with #E6260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6260E; }
p { color: rgb(230,38,14); }
H1.HeaderClassName
{
color: #E6260E;
}
.AnyTagClassName
{
color: #E6260E;
}
</style>
background-color css
<style>
a { background-color: #E6260E; }
a { background-color: rgb(230,38,14); }
div.DivClassName
{
background-color: #E6260E;
}
.BgClassName
{
background-color: #E6260E;
}
</style>
border-color css
<style>
span { border-color: #E6260E; }
span { border-color: rgb(230,38,14); }
td.TdClassName
{
border-color: #E6260E;
}
.TagClassName
{
border-color: #E6260E;
}
</style>