Shades of Scarlet #FF1601
Tints of Scarlet #FF1601
RGB
CMYK
RGB Variations
Color information
#FF1601 (or 0xFF1601) is known color: Scarlet. HEX triplet: FF, 16 and 01. RGB value is (255,22,1). Sum of RGB (Red+Green+Blue) = 255+22+1=278 (36% of max value = 765). Red value is 255 (100% from 255 or 91.73% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1601 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1601 is #00E9FE. Grayscale: #595959. Windows color (decimal): -59903 or 71423. OLE color: 71423.
HSL color Cylindrical-coordinate representation of color #FF1601: hue angle of 4.96º 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 #FF1601 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 1 | - |
| CMYK | 0 | 0.91 | 1.00 | 0 |
| HSL | 4.96º | 1% | 0.5% | - |
| HSV(B) | 4.96º | 1% | 1% | - |
| XYZ | 41.53 | 21.84 | 2.05 | - |
| YUV | 89.27 | 78.19 | 246.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 1 | 0 | 0.91 | 1.00 | 0 | 4.96 | 1 | 0.5 |
| Hex | FF | 16 | 1 | 0 | 5B | 64 | 0 | 5 | 64 | 32 |
| Octal | 377 | 26 | 1 | 0 | 133 | 144 | 0 | 5 | 144 | 62 |
| Binary | 11111111 | 10110 | 1 | 0 | 1011011 | 1100100 | 0 | 101 | 1100100 | 110010 |
Color Harmonies of #FF1601
Complementary color
Monochromatic Colors of #FF1601
Black with #FF1601
Text Example
Text Example
White with #FF1601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1601; }
p { color: rgb(255,22,1); }
H1.HeaderClassName
{
color: #FF1601;
}
.AnyTagClassName
{
color: #FF1601;
}
</style>
background-color css
<style>
a { background-color: #FF1601; }
a { background-color: rgb(255,22,1); }
div.DivClassName
{
background-color: #FF1601;
}
.BgClassName
{
background-color: #FF1601;
}
</style>
border-color css
<style>
span { border-color: #FF1601; }
span { border-color: rgb(255,22,1); }
td.TdClassName
{
border-color: #FF1601;
}
.TagClassName
{
border-color: #FF1601;
}
</style>