Shades of Torch Red #FF1533
Tints of Torch Red #FF1533
RGB
CMYK
RGB Variations
Color information
#FF1533 (or 0xFF1533) is known color: Torch Red. HEX triplet: FF, 15 and 33. RGB value is (255,21,51). Sum of RGB (Red+Green+Blue) = 255+21+51=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1533 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1533 is #00EACC. Grayscale: #5E5E5E. Windows color (decimal): -60109 or 3347967. OLE color: 3347967.
HSL color Cylindrical-coordinate representation of color #FF1533: hue angle of 352.31º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1533 is Cyan = 0, Magento = 0.92, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 51 | - |
| CMYK | 0 | 0.92 | 0.8 | 0 |
| HSL | 352.31º | 1% | 0.54% | - |
| HSV(B) | 352.31º | 0.92% | 1% | - |
| XYZ | 42.11 | 22.04 | 5.17 | - |
| YUV | 94.39 | 103.52 | 242.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 51 | 0 | 0.92 | 0.8 | 0 | 352.31 | 1 | 0.54 |
| Hex | FF | 15 | 33 | 0 | 5C | 50 | 0 | 160 | 64 | 36 |
| Octal | 377 | 25 | 63 | 0 | 134 | 120 | 0 | 540 | 144 | 66 |
| Binary | 11111111 | 10101 | 110011 | 0 | 1011100 | 1010000 | 0 | 101100000 | 1100100 | 110110 |
Color Harmonies of #FF1533
Complementary color
Monochromatic Colors of #FF1533
Black with #FF1533
Text Example
Text Example
White with #FF1533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1533; }
p { color: rgb(255,21,51); }
H1.HeaderClassName
{
color: #FF1533;
}
.AnyTagClassName
{
color: #FF1533;
}
</style>
background-color css
<style>
a { background-color: #FF1533; }
a { background-color: rgb(255,21,51); }
div.DivClassName
{
background-color: #FF1533;
}
.BgClassName
{
background-color: #FF1533;
}
</style>
border-color css
<style>
span { border-color: #FF1533; }
span { border-color: rgb(255,21,51); }
td.TdClassName
{
border-color: #FF1533;
}
.TagClassName
{
border-color: #FF1533;
}
</style>