Shades of Scarlet #FF1910
Tints of Scarlet #FF1910
RGB
CMYK
RGB Variations
Color information
#FF1910 (or 0xFF1910) is known color: Scarlet. HEX triplet: FF, 19 and 10. RGB value is (255,25,16). Sum of RGB (Red+Green+Blue) = 255+25+16=296 (39% of max value = 765). Red value is 255 (100% from 255 or 86.15% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1910 is #00E6EF. Grayscale: #5D5D5D. Windows color (decimal): -59120 or 1055231. OLE color: 1055231.
HSL color Cylindrical-coordinate representation of color #FF1910: hue angle of 2.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 #FF1910 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 16 | - |
| CMYK | 0 | 0.90 | 0.94 | 0 |
| HSL | 2.26º | 1% | 0.53% | - |
| HSV(B) | 2.26º | 0.94% | 1% | - |
| XYZ | 41.68 | 21.99 | 2.54 | - |
| YUV | 92.74 | 84.7 | 243.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 16 | 0 | 0.90 | 0.94 | 0 | 2.26 | 1 | 0.53 |
| Hex | FF | 19 | 10 | 0 | 5A | 5E | 0 | 2 | 64 | 35 |
| Octal | 377 | 31 | 20 | 0 | 132 | 136 | 0 | 2 | 144 | 65 |
| Binary | 11111111 | 11001 | 10000 | 0 | 1011010 | 1011110 | 0 | 10 | 1100100 | 110101 |
Color Harmonies of #FF1910
Complementary color
Monochromatic Colors of #FF1910
Black with #FF1910
Text Example
Text Example
White with #FF1910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1910; }
p { color: rgb(255,25,16); }
H1.HeaderClassName
{
color: #FF1910;
}
.AnyTagClassName
{
color: #FF1910;
}
</style>
background-color css
<style>
a { background-color: #FF1910; }
a { background-color: rgb(255,25,16); }
div.DivClassName
{
background-color: #FF1910;
}
.BgClassName
{
background-color: #FF1910;
}
</style>
border-color css
<style>
span { border-color: #FF1910; }
span { border-color: rgb(255,25,16); }
td.TdClassName
{
border-color: #FF1910;
}
.TagClassName
{
border-color: #FF1910;
}
</style>