Shades of Scarlet #FF1C01
Tints of Scarlet #FF1C01
RGB
CMYK
RGB Variations
Color information
#FF1C01 (or 0xFF1C01) is known color: Scarlet. HEX triplet: FF, 1C and 01. RGB value is (255,28,1). Sum of RGB (Red+Green+Blue) = 255+28+1=284 (37% of max value = 765). Red value is 255 (100% from 255 or 89.79% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1C01 is #00E3FE. Grayscale: #5D5D5D. Windows color (decimal): -58367 or 72959. OLE color: 72959.
HSL color Cylindrical-coordinate representation of color #FF1C01: hue angle of 6.38º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF1C01 is Cyan = 0, Magento = 0.89, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 1 | - |
| CMYK | 0 | 0.89 | 1.00 | 0 |
| HSL | 6.38º | 1% | 0.5% | - |
| HSV(B) | 6.38º | 1% | 1% | - |
| XYZ | 41.66 | 22.09 | 2.1 | - |
| YUV | 92.8 | 76.21 | 243.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 1 | 0 | 0.89 | 1.00 | 0 | 6.38 | 1 | 0.5 |
| Hex | FF | 1C | 1 | 0 | 59 | 64 | 0 | 6 | 64 | 32 |
| Octal | 377 | 34 | 1 | 0 | 131 | 144 | 0 | 6 | 144 | 62 |
| Binary | 11111111 | 11100 | 1 | 0 | 1011001 | 1100100 | 0 | 110 | 1100100 | 110010 |
Color Harmonies of #FF1C01
Complementary color
Monochromatic Colors of #FF1C01
Black with #FF1C01
Text Example
Text Example
White with #FF1C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C01; }
p { color: rgb(255,28,1); }
H1.HeaderClassName
{
color: #FF1C01;
}
.AnyTagClassName
{
color: #FF1C01;
}
</style>
background-color css
<style>
a { background-color: #FF1C01; }
a { background-color: rgb(255,28,1); }
div.DivClassName
{
background-color: #FF1C01;
}
.BgClassName
{
background-color: #FF1C01;
}
</style>
border-color css
<style>
span { border-color: #FF1C01; }
span { border-color: rgb(255,28,1); }
td.TdClassName
{
border-color: #FF1C01;
}
.TagClassName
{
border-color: #FF1C01;
}
</style>