Shades of Scarlet #FF1F10
Tints of Scarlet #FF1F10
RGB
CMYK
RGB Variations
Color information
#FF1F10 (or 0xFF1F10) is known color: Scarlet. HEX triplet: FF, 1F and 10. RGB value is (255,31,16). Sum of RGB (Red+Green+Blue) = 255+31+16=302 (40% of max value = 765). Red value is 255 (100% from 255 or 84.44% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1F10 is #00E0EF. Grayscale: #606060. Windows color (decimal): -57584 or 1056767. OLE color: 1056767.
HSL color Cylindrical-coordinate representation of color #FF1F10: hue angle of 3.77º 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 #FF1F10 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 16 | - |
| CMYK | 0 | 0.88 | 0.94 | 0 |
| HSL | 3.77º | 1% | 0.53% | - |
| HSV(B) | 3.77º | 0.94% | 1% | - |
| XYZ | 41.82 | 22.28 | 2.59 | - |
| YUV | 96.27 | 82.71 | 241.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 16 | 0 | 0.88 | 0.94 | 0 | 3.77 | 1 | 0.53 |
| Hex | FF | 1F | 10 | 0 | 58 | 5E | 0 | 4 | 64 | 35 |
| Octal | 377 | 37 | 20 | 0 | 130 | 136 | 0 | 4 | 144 | 65 |
| Binary | 11111111 | 11111 | 10000 | 0 | 1011000 | 1011110 | 0 | 100 | 1100100 | 110101 |
Color Harmonies of #FF1F10
Complementary color
Monochromatic Colors of #FF1F10
Black with #FF1F10
Text Example
Text Example
White with #FF1F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F10; }
p { color: rgb(255,31,16); }
H1.HeaderClassName
{
color: #FF1F10;
}
.AnyTagClassName
{
color: #FF1F10;
}
</style>
background-color css
<style>
a { background-color: #FF1F10; }
a { background-color: rgb(255,31,16); }
div.DivClassName
{
background-color: #FF1F10;
}
.BgClassName
{
background-color: #FF1F10;
}
</style>
border-color css
<style>
span { border-color: #FF1F10; }
span { border-color: rgb(255,31,16); }
td.TdClassName
{
border-color: #FF1F10;
}
.TagClassName
{
border-color: #FF1F10;
}
</style>