Shades of Scarlet #FF1914
Tints of Scarlet #FF1914
RGB
CMYK
RGB Variations
Color information
#FF1914 (or 0xFF1914) is known color: Scarlet. HEX triplet: FF, 19 and 14. RGB value is (255,25,20). Sum of RGB (Red+Green+Blue) = 255+25+20=300 (39% of max value = 765). Red value is 255 (100% from 255 or 85% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1914 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1914 is #00E6EB. Grayscale: #5D5D5D. Windows color (decimal): -59116 or 1317375. OLE color: 1317375.
HSL color Cylindrical-coordinate representation of color #FF1914: hue angle of 1.28º 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 #FF1914 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 20 | - |
| CMYK | 0 | 0.90 | 0.92 | 0 |
| HSL | 1.28º | 1% | 0.54% | - |
| HSV(B) | 1.28º | 0.92% | 1% | - |
| XYZ | 41.71 | 22.01 | 2.71 | - |
| YUV | 93.2 | 86.7 | 243.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 20 | 0 | 0.90 | 0.92 | 0 | 1.28 | 1 | 0.54 |
| Hex | FF | 19 | 14 | 0 | 5A | 5C | 0 | 1 | 64 | 36 |
| Octal | 377 | 31 | 24 | 0 | 132 | 134 | 0 | 1 | 144 | 66 |
| Binary | 11111111 | 11001 | 10100 | 0 | 1011010 | 1011100 | 0 | 1 | 1100100 | 110110 |
Color Harmonies of #FF1914
Complementary color
Monochromatic Colors of #FF1914
Black with #FF1914
Text Example
Text Example
White with #FF1914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1914; }
p { color: rgb(255,25,20); }
H1.HeaderClassName
{
color: #FF1914;
}
.AnyTagClassName
{
color: #FF1914;
}
</style>
background-color css
<style>
a { background-color: #FF1914; }
a { background-color: rgb(255,25,20); }
div.DivClassName
{
background-color: #FF1914;
}
.BgClassName
{
background-color: #FF1914;
}
</style>
border-color css
<style>
span { border-color: #FF1914; }
span { border-color: rgb(255,25,20); }
td.TdClassName
{
border-color: #FF1914;
}
.TagClassName
{
border-color: #FF1914;
}
</style>