Shades of Scarlet #FF160C
Tints of Scarlet #FF160C
RGB
CMYK
RGB Variations
Color information
#FF160C (or 0xFF160C) is known color: Scarlet. HEX triplet: FF, 16 and 0C. RGB value is (255,22,12). Sum of RGB (Red+Green+Blue) = 255+22+12=289 (38% of max value = 765). Red value is 255 (100% from 255 or 88.24% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 255 - color contains mainly: red. Hex color #FF160C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF160C is #00E9F3. Grayscale: #5A5A5A. Windows color (decimal): -59892 or 792319. OLE color: 792319.
HSL color Cylindrical-coordinate representation of color #FF160C: hue angle of 2.47º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF160C is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 12 | - |
| CMYK | 0 | 0.91 | 0.95 | 0 |
| HSL | 2.47º | 1% | 0.52% | - |
| HSV(B) | 2.47º | 0.95% | 1% | - |
| XYZ | 41.59 | 21.86 | 2.38 | - |
| YUV | 90.53 | 83.69 | 245.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 12 | 0 | 0.91 | 0.95 | 0 | 2.47 | 1 | 0.52 |
| Hex | FF | 16 | C | 0 | 5B | 5F | 0 | 2 | 64 | 34 |
| Octal | 377 | 26 | 14 | 0 | 133 | 137 | 0 | 2 | 144 | 64 |
| Binary | 11111111 | 10110 | 1100 | 0 | 1011011 | 1011111 | 0 | 10 | 1100100 | 110100 |
Color Harmonies of #FF160C
Complementary color
Monochromatic Colors of #FF160C
Black with #FF160C
Text Example
Text Example
White with #FF160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF160C; }
p { color: rgb(255,22,12); }
H1.HeaderClassName
{
color: #FF160C;
}
.AnyTagClassName
{
color: #FF160C;
}
</style>
background-color css
<style>
a { background-color: #FF160C; }
a { background-color: rgb(255,22,12); }
div.DivClassName
{
background-color: #FF160C;
}
.BgClassName
{
background-color: #FF160C;
}
</style>
border-color css
<style>
span { border-color: #FF160C; }
span { border-color: rgb(255,22,12); }
td.TdClassName
{
border-color: #FF160C;
}
.TagClassName
{
border-color: #FF160C;
}
</style>