Shades of Scarlet #FF1410
Tints of Scarlet #FF1410
RGB
CMYK
RGB Variations
Color information
#FF1410 (or 0xFF1410) is known color: Scarlet. HEX triplet: FF, 14 and 10. RGB value is (255,20,16). Sum of RGB (Red+Green+Blue) = 255+20+16=291 (38% of max value = 765). Red value is 255 (100% from 255 or 87.63% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1410 is #00EBEF. Grayscale: #5A5A5A. Windows color (decimal): -60400 or 1053951. OLE color: 1053951.
HSL color Cylindrical-coordinate representation of color #FF1410: hue angle of 1º 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 #FF1410 is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 16 | - |
| CMYK | 0 | 0.92 | 0.94 | 0 |
| HSL | 1º | 1% | 0.53% | - |
| HSV(B) | 1º | 0.94% | 1% | - |
| XYZ | 41.58 | 21.8 | 2.51 | - |
| YUV | 89.81 | 86.36 | 245.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 16 | 0 | 0.92 | 0.94 | 0 | 1 | 1 | 0.53 |
| Hex | FF | 14 | 10 | 0 | 5C | 5E | 0 | 1 | 64 | 35 |
| Octal | 377 | 24 | 20 | 0 | 134 | 136 | 0 | 1 | 144 | 65 |
| Binary | 11111111 | 10100 | 10000 | 0 | 1011100 | 1011110 | 0 | 1 | 1100100 | 110101 |
Color Harmonies of #FF1410
Complementary color
Monochromatic Colors of #FF1410
Black with #FF1410
Text Example
Text Example
White with #FF1410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1410; }
p { color: rgb(255,20,16); }
H1.HeaderClassName
{
color: #FF1410;
}
.AnyTagClassName
{
color: #FF1410;
}
</style>
background-color css
<style>
a { background-color: #FF1410; }
a { background-color: rgb(255,20,16); }
div.DivClassName
{
background-color: #FF1410;
}
.BgClassName
{
background-color: #FF1410;
}
</style>
border-color css
<style>
span { border-color: #FF1410; }
span { border-color: rgb(255,20,16); }
td.TdClassName
{
border-color: #FF1410;
}
.TagClassName
{
border-color: #FF1410;
}
</style>