Shades of Scarlet #FF160A
Tints of Scarlet #FF160A
RGB
CMYK
RGB Variations
Color information
#FF160A (or 0xFF160A) is known color: Scarlet. HEX triplet: FF, 16 and 0A. RGB value is (255,22,10). Sum of RGB (Red+Green+Blue) = 255+22+10=287 (38% of max value = 765). Red value is 255 (100% from 255 or 88.85% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 255 - color contains mainly: red. Hex color #FF160A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF160A is #00E9F5. Grayscale: #5A5A5A. Windows color (decimal): -59894 or 661247. OLE color: 661247.
HSL color Cylindrical-coordinate representation of color #FF160A: hue angle of 2.94º 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 #FF160A is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 10 | - |
| CMYK | 0 | 0.91 | 0.96 | 0 |
| HSL | 2.94º | 1% | 0.52% | - |
| HSV(B) | 2.94º | 0.96% | 1% | - |
| XYZ | 41.58 | 21.86 | 2.31 | - |
| YUV | 90.3 | 82.69 | 245.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 10 | 0 | 0.91 | 0.96 | 0 | 2.94 | 1 | 0.52 |
| Hex | FF | 16 | A | 0 | 5B | 60 | 0 | 3 | 64 | 34 |
| Octal | 377 | 26 | 12 | 0 | 133 | 140 | 0 | 3 | 144 | 64 |
| Binary | 11111111 | 10110 | 1010 | 0 | 1011011 | 1100000 | 0 | 11 | 1100100 | 110100 |
Color Harmonies of #FF160A
Complementary color
Monochromatic Colors of #FF160A
Black with #FF160A
Text Example
Text Example
White with #FF160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF160A; }
p { color: rgb(255,22,10); }
H1.HeaderClassName
{
color: #FF160A;
}
.AnyTagClassName
{
color: #FF160A;
}
</style>
background-color css
<style>
a { background-color: #FF160A; }
a { background-color: rgb(255,22,10); }
div.DivClassName
{
background-color: #FF160A;
}
.BgClassName
{
background-color: #FF160A;
}
</style>
border-color css
<style>
span { border-color: #FF160A; }
span { border-color: rgb(255,22,10); }
td.TdClassName
{
border-color: #FF160A;
}
.TagClassName
{
border-color: #FF160A;
}
</style>