Shades of Scarlet #E6260A
Tints of Scarlet #E6260A
RGB
CMYK
RGB Variations
Color information
#E6260A (or 0xE6260A) is known color: Scarlet. HEX triplet: E6, 26 and 0A. RGB value is (230,38,10). Sum of RGB (Red+Green+Blue) = 230+38+10=278 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.73% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 230 - color contains mainly: red. Hex color #E6260A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6260A is #19D9F5. Grayscale: #5C5C5C. Windows color (decimal): -1694198 or 665318. OLE color: 665318.
HSL color Cylindrical-coordinate representation of color #E6260A: hue angle of 7.64º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6260A is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 38 | 10 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.10 |
| HSL | 7.64º | 0.92% | 0.47% | - |
| HSV(B) | 7.64º | 0.96% | 0.9% | - |
| XYZ | 33.38 | 18.23 | 2.05 | - |
| YUV | 92.22 | 81.61 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 10 | 0 | 0.83 | 0.96 | 0.10 | 7.64 | 0.92 | 0.47 |
| Hex | E6 | 26 | A | 0 | 53 | 60 | A | 8 | 5C | 2F |
| Octal | 346 | 46 | 12 | 0 | 123 | 140 | 12 | 10 | 134 | 57 |
| Binary | 11100110 | 100110 | 1010 | 0 | 1010011 | 1100000 | 1010 | 1000 | 1011100 | 101111 |
Color Harmonies of #E6260A
Complementary color
Monochromatic Colors of #E6260A
Black with #E6260A
Text Example
Text Example
White with #E6260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6260A; }
p { color: rgb(230,38,10); }
H1.HeaderClassName
{
color: #E6260A;
}
.AnyTagClassName
{
color: #E6260A;
}
</style>
background-color css
<style>
a { background-color: #E6260A; }
a { background-color: rgb(230,38,10); }
div.DivClassName
{
background-color: #E6260A;
}
.BgClassName
{
background-color: #E6260A;
}
</style>
border-color css
<style>
span { border-color: #E6260A; }
span { border-color: rgb(230,38,10); }
td.TdClassName
{
border-color: #E6260A;
}
.TagClassName
{
border-color: #E6260A;
}
</style>