Shades of Red #FF100F
Tints of Red #FF100F
RGB
CMYK
RGB Variations
Color information
#FF100F (or 0xFF100F) is known color: Red. HEX triplet: FF, 10 and 0F. RGB value is (255,16,15). Sum of RGB (Red+Green+Blue) = 255+16+15=286 (37% of max value = 765). Red value is 255 (100% from 255 or 89.16% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 255 - color contains mainly: red. Hex color #FF100F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF100F is #00EFF0. Grayscale: #575757. Windows color (decimal): -61425 or 987391. OLE color: 987391.
HSL color Cylindrical-coordinate representation of color #FF100F: hue angle of 0.25º 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 #FF100F is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 15 | - |
| CMYK | 0 | 0.94 | 0.94 | 0 |
| HSL | 0.25º | 1% | 0.53% | - |
| HSV(B) | 0.25º | 0.94% | 1% | - |
| XYZ | 41.51 | 21.67 | 2.45 | - |
| YUV | 87.35 | 87.18 | 247.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 15 | 0 | 0.94 | 0.94 | 0 | 0.25 | 1 | 0.53 |
| Hex | FF | 10 | F | 0 | 5E | 5E | 0 | 0 | 64 | 35 |
| Octal | 377 | 20 | 17 | 0 | 136 | 136 | 0 | 0 | 144 | 65 |
| Binary | 11111111 | 10000 | 1111 | 0 | 1011110 | 1011110 | 0 | 0 | 1100100 | 110101 |
Color Harmonies of #FF100F
Complementary color
Monochromatic Colors of #FF100F
Black with #FF100F
Text Example
Text Example
White with #FF100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF100F; }
p { color: rgb(255,16,15); }
H1.HeaderClassName
{
color: #FF100F;
}
.AnyTagClassName
{
color: #FF100F;
}
</style>
background-color css
<style>
a { background-color: #FF100F; }
a { background-color: rgb(255,16,15); }
div.DivClassName
{
background-color: #FF100F;
}
.BgClassName
{
background-color: #FF100F;
}
</style>
border-color css
<style>
span { border-color: #FF100F; }
span { border-color: rgb(255,16,15); }
td.TdClassName
{
border-color: #FF100F;
}
.TagClassName
{
border-color: #FF100F;
}
</style>