Shades of Scarlet #FF1510
Tints of Scarlet #FF1510
RGB
CMYK
RGB Variations
Color information
#FF1510 (or 0xFF1510) is known color: Scarlet. HEX triplet: FF, 15 and 10. RGB value is (255,21,16). Sum of RGB (Red+Green+Blue) = 255+21+16=292 (38% of max value = 765). Red value is 255 (100% from 255 or 87.33% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1510 is #00EAEF. Grayscale: #5A5A5A. Windows color (decimal): -60144 or 1054207. OLE color: 1054207.
HSL color Cylindrical-coordinate representation of color #FF1510: hue angle of 1.26º 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 #FF1510 is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 16 | - |
| CMYK | 0 | 0.92 | 0.94 | 0 |
| HSL | 1.26º | 1% | 0.53% | - |
| HSV(B) | 1.26º | 0.94% | 1% | - |
| XYZ | 41.6 | 21.83 | 2.51 | - |
| YUV | 90.4 | 86.02 | 245.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 16 | 0 | 0.92 | 0.94 | 0 | 1.26 | 1 | 0.53 |
| Hex | FF | 15 | 10 | 0 | 5C | 5E | 0 | 1 | 64 | 35 |
| Octal | 377 | 25 | 20 | 0 | 134 | 136 | 0 | 1 | 144 | 65 |
| Binary | 11111111 | 10101 | 10000 | 0 | 1011100 | 1011110 | 0 | 1 | 1100100 | 110101 |
Color Harmonies of #FF1510
Complementary color
Monochromatic Colors of #FF1510
Black with #FF1510
Text Example
Text Example
White with #FF1510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1510; }
p { color: rgb(255,21,16); }
H1.HeaderClassName
{
color: #FF1510;
}
.AnyTagClassName
{
color: #FF1510;
}
</style>
background-color css
<style>
a { background-color: #FF1510; }
a { background-color: rgb(255,21,16); }
div.DivClassName
{
background-color: #FF1510;
}
.BgClassName
{
background-color: #FF1510;
}
</style>
border-color css
<style>
span { border-color: #FF1510; }
span { border-color: rgb(255,21,16); }
td.TdClassName
{
border-color: #FF1510;
}
.TagClassName
{
border-color: #FF1510;
}
</style>