Shades of Scarlet #E6260B
Tints of Scarlet #E6260B
RGB
CMYK
RGB Variations
Color information
#E6260B (or 0xE6260B) is known color: Scarlet. HEX triplet: E6, 26 and 0B. RGB value is (230,38,11). Sum of RGB (Red+Green+Blue) = 230+38+11=279 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.44% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 230 - color contains mainly: red. Hex color #E6260B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6260B is #19D9F4. Grayscale: #5C5C5C. Windows color (decimal): -1694197 or 730854. OLE color: 730854.
HSL color Cylindrical-coordinate representation of color #E6260B: hue angle of 7.4º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6260B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 38 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.10 |
| HSL | 7.4º | 0.91% | 0.47% | - |
| HSV(B) | 7.4º | 0.95% | 0.9% | - |
| XYZ | 33.39 | 18.23 | 2.08 | - |
| YUV | 92.33 | 82.11 | 226.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 11 | 0 | 0.83 | 0.95 | 0.10 | 7.4 | 0.91 | 0.47 |
| Hex | E6 | 26 | B | 0 | 53 | 5F | A | 7 | 5B | 2F |
| Octal | 346 | 46 | 13 | 0 | 123 | 137 | 12 | 7 | 133 | 57 |
| Binary | 11100110 | 100110 | 1011 | 0 | 1010011 | 1011111 | 1010 | 111 | 1011011 | 101111 |
Color Harmonies of #E6260B
Complementary color
Monochromatic Colors of #E6260B
Black with #E6260B
Text Example
Text Example
White with #E6260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6260B; }
p { color: rgb(230,38,11); }
H1.HeaderClassName
{
color: #E6260B;
}
.AnyTagClassName
{
color: #E6260B;
}
</style>
background-color css
<style>
a { background-color: #E6260B; }
a { background-color: rgb(230,38,11); }
div.DivClassName
{
background-color: #E6260B;
}
.BgClassName
{
background-color: #E6260B;
}
</style>
border-color css
<style>
span { border-color: #E6260B; }
span { border-color: rgb(230,38,11); }
td.TdClassName
{
border-color: #E6260B;
}
.TagClassName
{
border-color: #E6260B;
}
</style>