Shades of Scarlet #E6260C
Tints of Scarlet #E6260C
RGB
CMYK
RGB Variations
Color information
#E6260C (or 0xE6260C) is known color: Scarlet. HEX triplet: E6, 26 and 0C. RGB value is (230,38,12). Sum of RGB (Red+Green+Blue) = 230+38+12=280 (37% of max value = 765). Red value is 230 (90.23% from 255 or 82.14% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 230 - color contains mainly: red. Hex color #E6260C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6260C is #19D9F3. Grayscale: #5C5C5C. Windows color (decimal): -1694196 or 796390. OLE color: 796390.
HSL color Cylindrical-coordinate representation of color #E6260C: hue angle of 7.16º degrees, saturation: 0.9, 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 #E6260C is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 38 | 12 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.10 |
| HSL | 7.16º | 0.9% | 0.47% | - |
| HSV(B) | 7.16º | 0.95% | 0.9% | - |
| XYZ | 33.39 | 18.24 | 2.11 | - |
| YUV | 92.44 | 82.61 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 12 | 0 | 0.83 | 0.95 | 0.10 | 7.16 | 0.9 | 0.47 |
| Hex | E6 | 26 | C | 0 | 53 | 5F | A | 7 | 5A | 2F |
| Octal | 346 | 46 | 14 | 0 | 123 | 137 | 12 | 7 | 132 | 57 |
| Binary | 11100110 | 100110 | 1100 | 0 | 1010011 | 1011111 | 1010 | 111 | 1011010 | 101111 |
Color Harmonies of #E6260C
Complementary color
Monochromatic Colors of #E6260C
Black with #E6260C
Text Example
Text Example
White with #E6260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6260C; }
p { color: rgb(230,38,12); }
H1.HeaderClassName
{
color: #E6260C;
}
.AnyTagClassName
{
color: #E6260C;
}
</style>
background-color css
<style>
a { background-color: #E6260C; }
a { background-color: rgb(230,38,12); }
div.DivClassName
{
background-color: #E6260C;
}
.BgClassName
{
background-color: #E6260C;
}
</style>
border-color css
<style>
span { border-color: #E6260C; }
span { border-color: rgb(230,38,12); }
td.TdClassName
{
border-color: #E6260C;
}
.TagClassName
{
border-color: #E6260C;
}
</style>