Shades of Scarlet #FF1C13
Tints of Scarlet #FF1C13
RGB
CMYK
RGB Variations
Color information
#FF1C13 (or 0xFF1C13) is known color: Scarlet. HEX triplet: FF, 1C and 13. RGB value is (255,28,19). Sum of RGB (Red+Green+Blue) = 255+28+19=302 (40% of max value = 765). Red value is 255 (100% from 255 or 84.44% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1C13 is #00E3EC. Grayscale: #5F5F5F. Windows color (decimal): -58349 or 1252607. OLE color: 1252607.
HSL color Cylindrical-coordinate representation of color #FF1C13: hue angle of 2.29º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1C13 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 19 | - |
| CMYK | 0 | 0.89 | 0.93 | 0 |
| HSL | 2.29º | 1% | 0.54% | - |
| HSV(B) | 2.29º | 0.93% | 1% | - |
| XYZ | 41.77 | 22.14 | 2.69 | - |
| YUV | 94.85 | 85.21 | 242.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 19 | 0 | 0.89 | 0.93 | 0 | 2.29 | 1 | 0.54 |
| Hex | FF | 1C | 13 | 0 | 59 | 5D | 0 | 2 | 64 | 36 |
| Octal | 377 | 34 | 23 | 0 | 131 | 135 | 0 | 2 | 144 | 66 |
| Binary | 11111111 | 11100 | 10011 | 0 | 1011001 | 1011101 | 0 | 10 | 1100100 | 110110 |
Color Harmonies of #FF1C13
Complementary color
Monochromatic Colors of #FF1C13
Black with #FF1C13
Text Example
Text Example
White with #FF1C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C13; }
p { color: rgb(255,28,19); }
H1.HeaderClassName
{
color: #FF1C13;
}
.AnyTagClassName
{
color: #FF1C13;
}
</style>
background-color css
<style>
a { background-color: #FF1C13; }
a { background-color: rgb(255,28,19); }
div.DivClassName
{
background-color: #FF1C13;
}
.BgClassName
{
background-color: #FF1C13;
}
</style>
border-color css
<style>
span { border-color: #FF1C13; }
span { border-color: rgb(255,28,19); }
td.TdClassName
{
border-color: #FF1C13;
}
.TagClassName
{
border-color: #FF1C13;
}
</style>