Shades of Torch Red #FF1033
Tints of Torch Red #FF1033
RGB
CMYK
RGB Variations
Color information
#FF1033 (or 0xFF1033) is known color: Torch Red. HEX triplet: FF, 10 and 33. RGB value is (255,16,51). Sum of RGB (Red+Green+Blue) = 255+16+51=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1033 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1033 is #00EFCC. Grayscale: #5B5B5B. Windows color (decimal): -61389 or 3346687. OLE color: 3346687.
HSL color Cylindrical-coordinate representation of color #FF1033: hue angle of 351.21º 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 #FF1033 is Cyan = 0, Magento = 0.94, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 51 | - |
| CMYK | 0 | 0.94 | 0.8 | 0 |
| HSL | 351.21º | 1% | 0.53% | - |
| HSV(B) | 351.21º | 0.94% | 1% | - |
| XYZ | 42.02 | 21.87 | 5.14 | - |
| YUV | 91.45 | 105.18 | 244.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 51 | 0 | 0.94 | 0.8 | 0 | 351.21 | 1 | 0.53 |
| Hex | FF | 10 | 33 | 0 | 5E | 50 | 0 | 15F | 64 | 35 |
| Octal | 377 | 20 | 63 | 0 | 136 | 120 | 0 | 537 | 144 | 65 |
| Binary | 11111111 | 10000 | 110011 | 0 | 1011110 | 1010000 | 0 | 101011111 | 1100100 | 110101 |
Color Harmonies of #FF1033
Complementary color
Monochromatic Colors of #FF1033
Black with #FF1033
Text Example
Text Example
White with #FF1033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1033; }
p { color: rgb(255,16,51); }
H1.HeaderClassName
{
color: #FF1033;
}
.AnyTagClassName
{
color: #FF1033;
}
</style>
background-color css
<style>
a { background-color: #FF1033; }
a { background-color: rgb(255,16,51); }
div.DivClassName
{
background-color: #FF1033;
}
.BgClassName
{
background-color: #FF1033;
}
</style>
border-color css
<style>
span { border-color: #FF1033; }
span { border-color: rgb(255,16,51); }
td.TdClassName
{
border-color: #FF1033;
}
.TagClassName
{
border-color: #FF1033;
}
</style>