Shades of Scarlet #FF2E10
Tints of Scarlet #FF2E10
RGB
CMYK
RGB Variations
Color information
#FF2E10 (or 0xFF2E10) is known color: Scarlet. HEX triplet: FF, 2E and 10. RGB value is (255,46,16). Sum of RGB (Red+Green+Blue) = 255+46+16=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2E10 is #00D1EF. Grayscale: #696969. Windows color (decimal): -53744 or 1060607. OLE color: 1060607.
HSL color Cylindrical-coordinate representation of color #FF2E10: hue angle of 7.53º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF2E10 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 16 | - |
| CMYK | 0 | 0.82 | 0.94 | 0 |
| HSL | 7.53º | 1% | 0.53% | - |
| HSV(B) | 7.53º | 0.94% | 1% | - |
| XYZ | 42.31 | 23.25 | 2.75 | - |
| YUV | 105.07 | 77.74 | 234.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 16 | 0 | 0.82 | 0.94 | 0 | 7.53 | 1 | 0.53 |
| Hex | FF | 2E | 10 | 0 | 52 | 5E | 0 | 8 | 64 | 35 |
| Octal | 377 | 56 | 20 | 0 | 122 | 136 | 0 | 10 | 144 | 65 |
| Binary | 11111111 | 101110 | 10000 | 0 | 1010010 | 1011110 | 0 | 1000 | 1100100 | 110101 |
Color Harmonies of #FF2E10
Complementary color
Monochromatic Colors of #FF2E10
Black with #FF2E10
Text Example
Text Example
White with #FF2E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2E10; }
p { color: rgb(255,46,16); }
H1.HeaderClassName
{
color: #FF2E10;
}
.AnyTagClassName
{
color: #FF2E10;
}
</style>
background-color css
<style>
a { background-color: #FF2E10; }
a { background-color: rgb(255,46,16); }
div.DivClassName
{
background-color: #FF2E10;
}
.BgClassName
{
background-color: #FF2E10;
}
</style>
border-color css
<style>
span { border-color: #FF2E10; }
span { border-color: rgb(255,46,16); }
td.TdClassName
{
border-color: #FF2E10;
}
.TagClassName
{
border-color: #FF2E10;
}
</style>