Shades of Scarlet #FF1609
Tints of Scarlet #FF1609
RGB
CMYK
RGB Variations
Color information
#FF1609 (or 0xFF1609) is known color: Scarlet. HEX triplet: FF, 16 and 09. RGB value is (255,22,9). Sum of RGB (Red+Green+Blue) = 255+22+9=286 (37% of max value = 765). Red value is 255 (100% from 255 or 89.16% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1609 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1609 is #00E9F6. Grayscale: #5A5A5A. Windows color (decimal): -59895 or 595711. OLE color: 595711.
HSL color Cylindrical-coordinate representation of color #FF1609: hue angle of 3.17º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF1609 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 9 | - |
| CMYK | 0 | 0.91 | 0.96 | 0 |
| HSL | 3.17º | 1% | 0.52% | - |
| HSV(B) | 3.17º | 0.96% | 1% | - |
| XYZ | 41.58 | 21.85 | 2.29 | - |
| YUV | 90.19 | 82.19 | 245.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 9 | 0 | 0.91 | 0.96 | 0 | 3.17 | 1 | 0.52 |
| Hex | FF | 16 | 9 | 0 | 5B | 60 | 0 | 3 | 64 | 34 |
| Octal | 377 | 26 | 11 | 0 | 133 | 140 | 0 | 3 | 144 | 64 |
| Binary | 11111111 | 10110 | 1001 | 0 | 1011011 | 1100000 | 0 | 11 | 1100100 | 110100 |
Color Harmonies of #FF1609
Complementary color
Monochromatic Colors of #FF1609
Black with #FF1609
Text Example
Text Example
White with #FF1609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1609; }
p { color: rgb(255,22,9); }
H1.HeaderClassName
{
color: #FF1609;
}
.AnyTagClassName
{
color: #FF1609;
}
</style>
background-color css
<style>
a { background-color: #FF1609; }
a { background-color: rgb(255,22,9); }
div.DivClassName
{
background-color: #FF1609;
}
.BgClassName
{
background-color: #FF1609;
}
</style>
border-color css
<style>
span { border-color: #FF1609; }
span { border-color: rgb(255,22,9); }
td.TdClassName
{
border-color: #FF1609;
}
.TagClassName
{
border-color: #FF1609;
}
</style>