Shades of Scarlet #FF1C14
Tints of Scarlet #FF1C14
RGB
CMYK
RGB Variations
Color information
#FF1C14 (or 0xFF1C14) is known color: Scarlet. HEX triplet: FF, 1C and 14. RGB value is (255,28,20). Sum of RGB (Red+Green+Blue) = 255+28+20=303 (40% of max value = 765). Red value is 255 (100% from 255 or 84.16% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1C14 is #00E3EB. Grayscale: #5F5F5F. Windows color (decimal): -58348 or 1318143. OLE color: 1318143.
HSL color Cylindrical-coordinate representation of color #FF1C14: hue angle of 2.04º 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 #FF1C14 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 20 | - |
| CMYK | 0 | 0.89 | 0.92 | 0 |
| HSL | 2.04º | 1% | 0.54% | - |
| HSV(B) | 2.04º | 0.92% | 1% | - |
| XYZ | 41.78 | 22.14 | 2.73 | - |
| YUV | 94.96 | 85.71 | 242.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 20 | 0 | 0.89 | 0.92 | 0 | 2.04 | 1 | 0.54 |
| Hex | FF | 1C | 14 | 0 | 59 | 5C | 0 | 2 | 64 | 36 |
| Octal | 377 | 34 | 24 | 0 | 131 | 134 | 0 | 2 | 144 | 66 |
| Binary | 11111111 | 11100 | 10100 | 0 | 1011001 | 1011100 | 0 | 10 | 1100100 | 110110 |
Color Harmonies of #FF1C14
Complementary color
Monochromatic Colors of #FF1C14
Black with #FF1C14
Text Example
Text Example
White with #FF1C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C14; }
p { color: rgb(255,28,20); }
H1.HeaderClassName
{
color: #FF1C14;
}
.AnyTagClassName
{
color: #FF1C14;
}
</style>
background-color css
<style>
a { background-color: #FF1C14; }
a { background-color: rgb(255,28,20); }
div.DivClassName
{
background-color: #FF1C14;
}
.BgClassName
{
background-color: #FF1C14;
}
</style>
border-color css
<style>
span { border-color: #FF1C14; }
span { border-color: rgb(255,28,20); }
td.TdClassName
{
border-color: #FF1C14;
}
.TagClassName
{
border-color: #FF1C14;
}
</style>