Shades of Scarlet #E6260F
Tints of Scarlet #E6260F
RGB
CMYK
RGB Variations
Color information
#E6260F (or 0xE6260F) is known color: Scarlet. HEX triplet: E6, 26 and 0F. RGB value is (230,38,15). Sum of RGB (Red+Green+Blue) = 230+38+15=283 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.27% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 230 - color contains mainly: red. Hex color #E6260F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6260F is #19D9F0. Grayscale: #5D5D5D. Windows color (decimal): -1694193 or 992998. OLE color: 992998.
HSL color Cylindrical-coordinate representation of color #E6260F: hue angle of 6.42º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6260F is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 38 | 15 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.10 |
| HSL | 6.42º | 0.88% | 0.48% | - |
| HSV(B) | 6.42º | 0.93% | 0.9% | - |
| XYZ | 33.41 | 18.24 | 2.21 | - |
| YUV | 92.79 | 84.11 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 15 | 0 | 0.83 | 0.93 | 0.10 | 6.42 | 0.88 | 0.48 |
| Hex | E6 | 26 | F | 0 | 53 | 5D | A | 6 | 58 | 30 |
| Octal | 346 | 46 | 17 | 0 | 123 | 135 | 12 | 6 | 130 | 60 |
| Binary | 11100110 | 100110 | 1111 | 0 | 1010011 | 1011101 | 1010 | 110 | 1011000 | 110000 |
Color Harmonies of #E6260F
Complementary color
Monochromatic Colors of #E6260F
Black with #E6260F
Text Example
Text Example
White with #E6260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6260F; }
p { color: rgb(230,38,15); }
H1.HeaderClassName
{
color: #E6260F;
}
.AnyTagClassName
{
color: #E6260F;
}
</style>
background-color css
<style>
a { background-color: #E6260F; }
a { background-color: rgb(230,38,15); }
div.DivClassName
{
background-color: #E6260F;
}
.BgClassName
{
background-color: #E6260F;
}
</style>
border-color css
<style>
span { border-color: #E6260F; }
span { border-color: rgb(230,38,15); }
td.TdClassName
{
border-color: #E6260F;
}
.TagClassName
{
border-color: #E6260F;
}
</style>