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