Shades of Torch Red #FF1136
Tints of Torch Red #FF1136
RGB
CMYK
RGB Variations
Color information
#FF1136 (or 0xFF1136) is known color: Torch Red. HEX triplet: FF, 11 and 36. RGB value is (255,17,54). Sum of RGB (Red+Green+Blue) = 255+17+54=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1136 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1136 is #00EEC9. Grayscale: #5C5C5C. Windows color (decimal): -61130 or 3543551. OLE color: 3543551.
HSL color Cylindrical-coordinate representation of color #FF1136: hue angle of 350.67º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1136 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 54 | - |
| CMYK | 0 | 0.93 | 0.79 | 0 |
| HSL | 350.67º | 1% | 0.53% | - |
| HSV(B) | 350.67º | 0.93% | 1% | - |
| XYZ | 42.11 | 21.93 | 5.5 | - |
| YUV | 92.38 | 106.35 | 243.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 54 | 0 | 0.93 | 0.79 | 0 | 350.67 | 1 | 0.53 |
| Hex | FF | 11 | 36 | 0 | 5D | 4F | 0 | 15F | 64 | 35 |
| Octal | 377 | 21 | 66 | 0 | 135 | 117 | 0 | 537 | 144 | 65 |
| Binary | 11111111 | 10001 | 110110 | 0 | 1011101 | 1001111 | 0 | 101011111 | 1100100 | 110101 |
Color Harmonies of #FF1136
Complementary color
Monochromatic Colors of #FF1136
Black with #FF1136
Text Example
Text Example
White with #FF1136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1136; }
p { color: rgb(255,17,54); }
H1.HeaderClassName
{
color: #FF1136;
}
.AnyTagClassName
{
color: #FF1136;
}
</style>
background-color css
<style>
a { background-color: #FF1136; }
a { background-color: rgb(255,17,54); }
div.DivClassName
{
background-color: #FF1136;
}
.BgClassName
{
background-color: #FF1136;
}
</style>
border-color css
<style>
span { border-color: #FF1136; }
span { border-color: rgb(255,17,54); }
td.TdClassName
{
border-color: #FF1136;
}
.TagClassName
{
border-color: #FF1136;
}
</style>