Shades of Scarlet #FF1F14
Tints of Scarlet #FF1F14
RGB
CMYK
RGB Variations
Color information
#FF1F14 (or 0xFF1F14) is known color: Scarlet. HEX triplet: FF, 1F and 14. RGB value is (255,31,20). Sum of RGB (Red+Green+Blue) = 255+31+20=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1F14 is #00E0EB. Grayscale: #606060. Windows color (decimal): -57580 or 1318911. OLE color: 1318911.
HSL color Cylindrical-coordinate representation of color #FF1F14: hue angle of 2.81º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1F14 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 20 | - |
| CMYK | 0 | 0.88 | 0.92 | 0 |
| HSL | 2.81º | 1% | 0.54% | - |
| HSV(B) | 2.81º | 0.92% | 1% | - |
| XYZ | 41.86 | 22.29 | 2.76 | - |
| YUV | 96.72 | 84.71 | 240.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 20 | 0 | 0.88 | 0.92 | 0 | 2.81 | 1 | 0.54 |
| Hex | FF | 1F | 14 | 0 | 58 | 5C | 0 | 3 | 64 | 36 |
| Octal | 377 | 37 | 24 | 0 | 130 | 134 | 0 | 3 | 144 | 66 |
| Binary | 11111111 | 11111 | 10100 | 0 | 1011000 | 1011100 | 0 | 11 | 1100100 | 110110 |
Color Harmonies of #FF1F14
Complementary color
Monochromatic Colors of #FF1F14
Black with #FF1F14
Text Example
Text Example
White with #FF1F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F14; }
p { color: rgb(255,31,20); }
H1.HeaderClassName
{
color: #FF1F14;
}
.AnyTagClassName
{
color: #FF1F14;
}
</style>
background-color css
<style>
a { background-color: #FF1F14; }
a { background-color: rgb(255,31,20); }
div.DivClassName
{
background-color: #FF1F14;
}
.BgClassName
{
background-color: #FF1F14;
}
</style>
border-color css
<style>
span { border-color: #FF1F14; }
span { border-color: rgb(255,31,20); }
td.TdClassName
{
border-color: #FF1F14;
}
.TagClassName
{
border-color: #FF1F14;
}
</style>