Shades of Red #FF100B
Tints of Red #FF100B
RGB
CMYK
RGB Variations
Color information
#FF100B (or 0xFF100B) is known color: Red. HEX triplet: FF, 10 and 0B. RGB value is (255,16,11). Sum of RGB (Red+Green+Blue) = 255+16+11=282 (37% of max value = 765). Red value is 255 (100% from 255 or 90.43% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 255 - color contains mainly: red. Hex color #FF100B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF100B is #00EFF4. Grayscale: #575757. Windows color (decimal): -61429 or 725247. OLE color: 725247.
HSL color Cylindrical-coordinate representation of color #FF100B: hue angle of 1.23º 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 #FF100B is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 11 | - |
| CMYK | 0 | 0.94 | 0.96 | 0 |
| HSL | 1.23º | 1% | 0.52% | - |
| HSV(B) | 1.23º | 0.96% | 1% | - |
| XYZ | 41.49 | 21.65 | 2.31 | - |
| YUV | 86.89 | 85.18 | 247.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 11 | 0 | 0.94 | 0.96 | 0 | 1.23 | 1 | 0.52 |
| Hex | FF | 10 | B | 0 | 5E | 60 | 0 | 1 | 64 | 34 |
| Octal | 377 | 20 | 13 | 0 | 136 | 140 | 0 | 1 | 144 | 64 |
| Binary | 11111111 | 10000 | 1011 | 0 | 1011110 | 1100000 | 0 | 1 | 1100100 | 110100 |
Color Harmonies of #FF100B
Complementary color
Monochromatic Colors of #FF100B
Black with #FF100B
Text Example
Text Example
White with #FF100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF100B; }
p { color: rgb(255,16,11); }
H1.HeaderClassName
{
color: #FF100B;
}
.AnyTagClassName
{
color: #FF100B;
}
</style>
background-color css
<style>
a { background-color: #FF100B; }
a { background-color: rgb(255,16,11); }
div.DivClassName
{
background-color: #FF100B;
}
.BgClassName
{
background-color: #FF100B;
}
</style>
border-color css
<style>
span { border-color: #FF100B; }
span { border-color: rgb(255,16,11); }
td.TdClassName
{
border-color: #FF100B;
}
.TagClassName
{
border-color: #FF100B;
}
</style>