Shades of Scarlet #FF160D
Tints of Scarlet #FF160D
RGB
CMYK
RGB Variations
Color information
#FF160D (or 0xFF160D) is known color: Scarlet. HEX triplet: FF, 16 and 0D. RGB value is (255,22,13). Sum of RGB (Red+Green+Blue) = 255+22+13=290 (38% of max value = 765). Red value is 255 (100% from 255 or 87.93% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 255 - color contains mainly: red. Hex color #FF160D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF160D is #00E9F2. Grayscale: #5A5A5A. Windows color (decimal): -59891 or 857855. OLE color: 857855.
HSL color Cylindrical-coordinate representation of color #FF160D: hue angle of 2.23º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF160D is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 13 | - |
| CMYK | 0 | 0.91 | 0.95 | 0 |
| HSL | 2.23º | 1% | 0.53% | - |
| HSV(B) | 2.23º | 0.95% | 1% | - |
| XYZ | 41.6 | 21.86 | 2.41 | - |
| YUV | 90.64 | 84.19 | 245.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 13 | 0 | 0.91 | 0.95 | 0 | 2.23 | 1 | 0.53 |
| Hex | FF | 16 | D | 0 | 5B | 5F | 0 | 2 | 64 | 35 |
| Octal | 377 | 26 | 15 | 0 | 133 | 137 | 0 | 2 | 144 | 65 |
| Binary | 11111111 | 10110 | 1101 | 0 | 1011011 | 1011111 | 0 | 10 | 1100100 | 110101 |
Color Harmonies of #FF160D
Complementary color
Monochromatic Colors of #FF160D
Black with #FF160D
Text Example
Text Example
White with #FF160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF160D; }
p { color: rgb(255,22,13); }
H1.HeaderClassName
{
color: #FF160D;
}
.AnyTagClassName
{
color: #FF160D;
}
</style>
background-color css
<style>
a { background-color: #FF160D; }
a { background-color: rgb(255,22,13); }
div.DivClassName
{
background-color: #FF160D;
}
.BgClassName
{
background-color: #FF160D;
}
</style>
border-color css
<style>
span { border-color: #FF160D; }
span { border-color: rgb(255,22,13); }
td.TdClassName
{
border-color: #FF160D;
}
.TagClassName
{
border-color: #FF160D;
}
</style>