Shades of Scarlet #FF1D14
Tints of Scarlet #FF1D14
RGB
CMYK
RGB Variations
Color information
#FF1D14 (or 0xFF1D14) is known color: Scarlet. HEX triplet: FF, 1D and 14. RGB value is (255,29,20). Sum of RGB (Red+Green+Blue) = 255+29+20=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1D14 is #00E2EB. Grayscale: #5F5F5F. Windows color (decimal): -58092 or 1318399. OLE color: 1318399.
HSL color Cylindrical-coordinate representation of color #FF1D14: hue angle of 2.3º 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 #FF1D14 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 20 | - |
| CMYK | 0 | 0.89 | 0.92 | 0 |
| HSL | 2.3º | 1% | 0.54% | - |
| HSV(B) | 2.3º | 0.92% | 1% | - |
| XYZ | 41.81 | 22.19 | 2.74 | - |
| YUV | 95.55 | 85.37 | 241.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 20 | 0 | 0.89 | 0.92 | 0 | 2.3 | 1 | 0.54 |
| Hex | FF | 1D | 14 | 0 | 59 | 5C | 0 | 2 | 64 | 36 |
| Octal | 377 | 35 | 24 | 0 | 131 | 134 | 0 | 2 | 144 | 66 |
| Binary | 11111111 | 11101 | 10100 | 0 | 1011001 | 1011100 | 0 | 10 | 1100100 | 110110 |
Color Harmonies of #FF1D14
Complementary color
Monochromatic Colors of #FF1D14
Black with #FF1D14
Text Example
Text Example
White with #FF1D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D14; }
p { color: rgb(255,29,20); }
H1.HeaderClassName
{
color: #FF1D14;
}
.AnyTagClassName
{
color: #FF1D14;
}
</style>
background-color css
<style>
a { background-color: #FF1D14; }
a { background-color: rgb(255,29,20); }
div.DivClassName
{
background-color: #FF1D14;
}
.BgClassName
{
background-color: #FF1D14;
}
</style>
border-color css
<style>
span { border-color: #FF1D14; }
span { border-color: rgb(255,29,20); }
td.TdClassName
{
border-color: #FF1D14;
}
.TagClassName
{
border-color: #FF1D14;
}
</style>