Shades of Torch Red #FF1133
Tints of Torch Red #FF1133
RGB
CMYK
RGB Variations
Color information
#FF1133 (or 0xFF1133) is known color: Torch Red. HEX triplet: FF, 11 and 33. RGB value is (255,17,51). Sum of RGB (Red+Green+Blue) = 255+17+51=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1133 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1133 is #00EECC. Grayscale: #5C5C5C. Windows color (decimal): -61133 or 3346943. OLE color: 3346943.
HSL color Cylindrical-coordinate representation of color #FF1133: hue angle of 351.43º 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 #FF1133 is Cyan = 0, Magento = 0.93, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 51 | - |
| CMYK | 0 | 0.93 | 0.8 | 0 |
| HSL | 351.43º | 1% | 0.53% | - |
| HSV(B) | 351.43º | 0.93% | 1% | - |
| XYZ | 42.04 | 21.9 | 5.14 | - |
| YUV | 92.04 | 104.85 | 244.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 51 | 0 | 0.93 | 0.8 | 0 | 351.43 | 1 | 0.53 |
| Hex | FF | 11 | 33 | 0 | 5D | 50 | 0 | 15F | 64 | 35 |
| Octal | 377 | 21 | 63 | 0 | 135 | 120 | 0 | 537 | 144 | 65 |
| Binary | 11111111 | 10001 | 110011 | 0 | 1011101 | 1010000 | 0 | 101011111 | 1100100 | 110101 |
Color Harmonies of #FF1133
Complementary color
Monochromatic Colors of #FF1133
Black with #FF1133
Text Example
Text Example
White with #FF1133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1133; }
p { color: rgb(255,17,51); }
H1.HeaderClassName
{
color: #FF1133;
}
.AnyTagClassName
{
color: #FF1133;
}
</style>
background-color css
<style>
a { background-color: #FF1133; }
a { background-color: rgb(255,17,51); }
div.DivClassName
{
background-color: #FF1133;
}
.BgClassName
{
background-color: #FF1133;
}
</style>
border-color css
<style>
span { border-color: #FF1133; }
span { border-color: rgb(255,17,51); }
td.TdClassName
{
border-color: #FF1133;
}
.TagClassName
{
border-color: #FF1133;
}
</style>