Shades of Red #FF110B
Tints of Red #FF110B
RGB
CMYK
RGB Variations
Color information
#FF110B (or 0xFF110B) is known color: Red. HEX triplet: FF, 11 and 0B. RGB value is (255,17,11). Sum of RGB (Red+Green+Blue) = 255+17+11=283 (37% of max value = 765). Red value is 255 (100% from 255 or 90.11% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 255 - color contains mainly: red. Hex color #FF110B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF110B is #00EEF4. Grayscale: #575757. Windows color (decimal): -61173 or 725503. OLE color: 725503.
HSL color Cylindrical-coordinate representation of color #FF110B: hue angle of 1.48º 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 #FF110B is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 11 | - |
| CMYK | 0 | 0.93 | 0.96 | 0 |
| HSL | 1.48º | 1% | 0.52% | - |
| HSV(B) | 1.48º | 0.96% | 1% | - |
| XYZ | 41.5 | 21.69 | 2.31 | - |
| YUV | 87.48 | 84.85 | 247.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 11 | 0 | 0.93 | 0.96 | 0 | 1.48 | 1 | 0.52 |
| Hex | FF | 11 | B | 0 | 5D | 60 | 0 | 1 | 64 | 34 |
| Octal | 377 | 21 | 13 | 0 | 135 | 140 | 0 | 1 | 144 | 64 |
| Binary | 11111111 | 10001 | 1011 | 0 | 1011101 | 1100000 | 0 | 1 | 1100100 | 110100 |
Color Harmonies of #FF110B
Complementary color
Monochromatic Colors of #FF110B
Black with #FF110B
Text Example
Text Example
White with #FF110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF110B; }
p { color: rgb(255,17,11); }
H1.HeaderClassName
{
color: #FF110B;
}
.AnyTagClassName
{
color: #FF110B;
}
</style>
background-color css
<style>
a { background-color: #FF110B; }
a { background-color: rgb(255,17,11); }
div.DivClassName
{
background-color: #FF110B;
}
.BgClassName
{
background-color: #FF110B;
}
</style>
border-color css
<style>
span { border-color: #FF110B; }
span { border-color: rgb(255,17,11); }
td.TdClassName
{
border-color: #FF110B;
}
.TagClassName
{
border-color: #FF110B;
}
</style>