Shades of Scarlet #FF160F
Tints of Scarlet #FF160F
RGB
CMYK
RGB Variations
Color information
#FF160F (or 0xFF160F) is known color: Scarlet. HEX triplet: FF, 16 and 0F. RGB value is (255,22,15). Sum of RGB (Red+Green+Blue) = 255+22+15=292 (38% of max value = 765). Red value is 255 (100% from 255 or 87.33% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 255 - color contains mainly: red. Hex color #FF160F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF160F is #00E9F0. Grayscale: #5B5B5B. Windows color (decimal): -59889 or 988927. OLE color: 988927.
HSL color Cylindrical-coordinate representation of color #FF160F: hue angle of 1.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF160F is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 15 | - |
| CMYK | 0 | 0.91 | 0.94 | 0 |
| HSL | 1.75º | 1% | 0.53% | - |
| HSV(B) | 1.75º | 0.94% | 1% | - |
| XYZ | 41.61 | 21.87 | 2.48 | - |
| YUV | 90.87 | 85.19 | 245.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 15 | 0 | 0.91 | 0.94 | 0 | 1.75 | 1 | 0.53 |
| Hex | FF | 16 | F | 0 | 5B | 5E | 0 | 2 | 64 | 35 |
| Octal | 377 | 26 | 17 | 0 | 133 | 136 | 0 | 2 | 144 | 65 |
| Binary | 11111111 | 10110 | 1111 | 0 | 1011011 | 1011110 | 0 | 10 | 1100100 | 110101 |
Color Harmonies of #FF160F
Complementary color
Monochromatic Colors of #FF160F
Black with #FF160F
Text Example
Text Example
White with #FF160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF160F; }
p { color: rgb(255,22,15); }
H1.HeaderClassName
{
color: #FF160F;
}
.AnyTagClassName
{
color: #FF160F;
}
</style>
background-color css
<style>
a { background-color: #FF160F; }
a { background-color: rgb(255,22,15); }
div.DivClassName
{
background-color: #FF160F;
}
.BgClassName
{
background-color: #FF160F;
}
</style>
border-color css
<style>
span { border-color: #FF160F; }
span { border-color: rgb(255,22,15); }
td.TdClassName
{
border-color: #FF160F;
}
.TagClassName
{
border-color: #FF160F;
}
</style>