Shades of Scarlet #FF1F09
Tints of Scarlet #FF1F09
RGB
CMYK
RGB Variations
Color information
#FF1F09 (or 0xFF1F09) is known color: Scarlet. HEX triplet: FF, 1F and 09. RGB value is (255,31,9). Sum of RGB (Red+Green+Blue) = 255+31+9=295 (39% of max value = 765). Red value is 255 (100% from 255 or 86.44% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1F09 is #00E0F6. Grayscale: #5F5F5F. Windows color (decimal): -57591 or 598015. OLE color: 598015.
HSL color Cylindrical-coordinate representation of color #FF1F09: hue angle of 5.37º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF1F09 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 9 | - |
| CMYK | 0 | 0.88 | 0.96 | 0 |
| HSL | 5.37º | 1% | 0.52% | - |
| HSV(B) | 5.37º | 0.96% | 1% | - |
| XYZ | 41.78 | 22.26 | 2.35 | - |
| YUV | 95.47 | 79.21 | 241.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 9 | 0 | 0.88 | 0.96 | 0 | 5.37 | 1 | 0.52 |
| Hex | FF | 1F | 9 | 0 | 58 | 60 | 0 | 5 | 64 | 34 |
| Octal | 377 | 37 | 11 | 0 | 130 | 140 | 0 | 5 | 144 | 64 |
| Binary | 11111111 | 11111 | 1001 | 0 | 1011000 | 1100000 | 0 | 101 | 1100100 | 110100 |
Color Harmonies of #FF1F09
Complementary color
Monochromatic Colors of #FF1F09
Black with #FF1F09
Text Example
Text Example
White with #FF1F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F09; }
p { color: rgb(255,31,9); }
H1.HeaderClassName
{
color: #FF1F09;
}
.AnyTagClassName
{
color: #FF1F09;
}
</style>
background-color css
<style>
a { background-color: #FF1F09; }
a { background-color: rgb(255,31,9); }
div.DivClassName
{
background-color: #FF1F09;
}
.BgClassName
{
background-color: #FF1F09;
}
</style>
border-color css
<style>
span { border-color: #FF1F09; }
span { border-color: rgb(255,31,9); }
td.TdClassName
{
border-color: #FF1F09;
}
.TagClassName
{
border-color: #FF1F09;
}
</style>