Shades of Scarlet #FF1F01
Tints of Scarlet #FF1F01
RGB
CMYK
RGB Variations
Color information
#FF1F01 (or 0xFF1F01) is known color: Scarlet. HEX triplet: FF, 1F and 01. RGB value is (255,31,1). Sum of RGB (Red+Green+Blue) = 255+31+1=287 (38% of max value = 765). Red value is 255 (100% from 255 or 88.85% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1F01 is #00E0FE. Grayscale: #5E5E5E. Windows color (decimal): -57599 or 73727. OLE color: 73727.
HSL color Cylindrical-coordinate representation of color #FF1F01: hue angle of 7.09º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF1F01 is Cyan = 0, Magento = 0.88, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 1 | - |
| CMYK | 0 | 0.88 | 1.00 | 0 |
| HSL | 7.09º | 1% | 0.5% | - |
| HSV(B) | 7.09º | 1% | 1% | - |
| XYZ | 41.74 | 22.24 | 2.12 | - |
| YUV | 94.56 | 75.21 | 242.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 1 | 0 | 0.88 | 1.00 | 0 | 7.09 | 1 | 0.5 |
| Hex | FF | 1F | 1 | 0 | 58 | 64 | 0 | 7 | 64 | 32 |
| Octal | 377 | 37 | 1 | 0 | 130 | 144 | 0 | 7 | 144 | 62 |
| Binary | 11111111 | 11111 | 1 | 0 | 1011000 | 1100100 | 0 | 111 | 1100100 | 110010 |
Color Harmonies of #FF1F01
Complementary color
Monochromatic Colors of #FF1F01
Black with #FF1F01
Text Example
Text Example
White with #FF1F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F01; }
p { color: rgb(255,31,1); }
H1.HeaderClassName
{
color: #FF1F01;
}
.AnyTagClassName
{
color: #FF1F01;
}
</style>
background-color css
<style>
a { background-color: #FF1F01; }
a { background-color: rgb(255,31,1); }
div.DivClassName
{
background-color: #FF1F01;
}
.BgClassName
{
background-color: #FF1F01;
}
</style>
border-color css
<style>
span { border-color: #FF1F01; }
span { border-color: rgb(255,31,1); }
td.TdClassName
{
border-color: #FF1F01;
}
.TagClassName
{
border-color: #FF1F01;
}
</style>