Shades of Red #FF110F
Tints of Red #FF110F
RGB
CMYK
RGB Variations
Color information
#FF110F (or 0xFF110F) is known color: Red. HEX triplet: FF, 11 and 0F. RGB value is (255,17,15). Sum of RGB (Red+Green+Blue) = 255+17+15=287 (38% of max value = 765). Red value is 255 (100% from 255 or 88.85% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 255 - color contains mainly: red. Hex color #FF110F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF110F is #00EEF0. Grayscale: #585858. Windows color (decimal): -61169 or 987647. OLE color: 987647.
HSL color Cylindrical-coordinate representation of color #FF110F: hue angle of 0.5º 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 #FF110F is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 15 | - |
| CMYK | 0 | 0.93 | 0.94 | 0 |
| HSL | 0.5º | 1% | 0.53% | - |
| HSV(B) | 0.5º | 0.94% | 1% | - |
| XYZ | 41.53 | 21.7 | 2.45 | - |
| YUV | 87.93 | 86.85 | 247.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 15 | 0 | 0.93 | 0.94 | 0 | 0.5 | 1 | 0.53 |
| Hex | FF | 11 | F | 0 | 5D | 5E | 0 | 0 | 64 | 35 |
| Octal | 377 | 21 | 17 | 0 | 135 | 136 | 0 | 0 | 144 | 65 |
| Binary | 11111111 | 10001 | 1111 | 0 | 1011101 | 1011110 | 0 | 0 | 1100100 | 110101 |
Color Harmonies of #FF110F
Complementary color
Monochromatic Colors of #FF110F
Black with #FF110F
Text Example
Text Example
White with #FF110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF110F; }
p { color: rgb(255,17,15); }
H1.HeaderClassName
{
color: #FF110F;
}
.AnyTagClassName
{
color: #FF110F;
}
</style>
background-color css
<style>
a { background-color: #FF110F; }
a { background-color: rgb(255,17,15); }
div.DivClassName
{
background-color: #FF110F;
}
.BgClassName
{
background-color: #FF110F;
}
</style>
border-color css
<style>
span { border-color: #FF110F; }
span { border-color: rgb(255,17,15); }
td.TdClassName
{
border-color: #FF110F;
}
.TagClassName
{
border-color: #FF110F;
}
</style>