Shades of Torch Red #FF0F33
Tints of Torch Red #FF0F33
RGB
CMYK
RGB Variations
Color information
#FF0F33 (or 0xFF0F33) is known color: Torch Red. HEX triplet: FF, 0F and 33. RGB value is (255,15,51). Sum of RGB (Red+Green+Blue) = 255+15+51=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F33 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0F33 is #00F0CC. Grayscale: #5A5A5A. Windows color (decimal): -61645 or 3346431. OLE color: 3346431.
HSL color Cylindrical-coordinate representation of color #FF0F33: hue angle of 351º 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 #FF0F33 is Cyan = 0, Magento = 0.94, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 51 | - |
| CMYK | 0 | 0.94 | 0.8 | 0 |
| HSL | 351º | 1% | 0.53% | - |
| HSV(B) | 351º | 0.94% | 1% | - |
| XYZ | 42.01 | 21.84 | 5.13 | - |
| YUV | 90.86 | 105.51 | 245.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 51 | 0 | 0.94 | 0.8 | 0 | 351 | 1 | 0.53 |
| Hex | FF | F | 33 | 0 | 5E | 50 | 0 | 15F | 64 | 35 |
| Octal | 377 | 17 | 63 | 0 | 136 | 120 | 0 | 537 | 144 | 65 |
| Binary | 11111111 | 1111 | 110011 | 0 | 1011110 | 1010000 | 0 | 101011111 | 1100100 | 110101 |
Color Harmonies of #FF0F33
Complementary color
Monochromatic Colors of #FF0F33
Black with #FF0F33
Text Example
Text Example
White with #FF0F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0F33; }
p { color: rgb(255,15,51); }
H1.HeaderClassName
{
color: #FF0F33;
}
.AnyTagClassName
{
color: #FF0F33;
}
</style>
background-color css
<style>
a { background-color: #FF0F33; }
a { background-color: rgb(255,15,51); }
div.DivClassName
{
background-color: #FF0F33;
}
.BgClassName
{
background-color: #FF0F33;
}
</style>
border-color css
<style>
span { border-color: #FF0F33; }
span { border-color: rgb(255,15,51); }
td.TdClassName
{
border-color: #FF0F33;
}
.TagClassName
{
border-color: #FF0F33;
}
</style>