Shades of Torch Red #FF1733
Tints of Torch Red #FF1733
RGB
CMYK
RGB Variations
Color information
#FF1733 (or 0xFF1733) is known color: Torch Red. HEX triplet: FF, 17 and 33. RGB value is (255,23,51). Sum of RGB (Red+Green+Blue) = 255+23+51=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1733 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1733 is #00E8CC. Grayscale: #5F5F5F. Windows color (decimal): -59597 or 3348479. OLE color: 3348479.
HSL color Cylindrical-coordinate representation of color #FF1733: hue angle of 352.76º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1733 is Cyan = 0, Magento = 0.91, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 51 | - |
| CMYK | 0 | 0.91 | 0.8 | 0 |
| HSL | 352.76º | 1% | 0.55% | - |
| HSV(B) | 352.76º | 0.91% | 1% | - |
| XYZ | 42.14 | 22.11 | 5.18 | - |
| YUV | 95.56 | 102.86 | 241.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 51 | 0 | 0.91 | 0.8 | 0 | 352.76 | 1 | 0.55 |
| Hex | FF | 17 | 33 | 0 | 5B | 50 | 0 | 161 | 64 | 37 |
| Octal | 377 | 27 | 63 | 0 | 133 | 120 | 0 | 541 | 144 | 67 |
| Binary | 11111111 | 10111 | 110011 | 0 | 1011011 | 1010000 | 0 | 101100001 | 1100100 | 110111 |
Color Harmonies of #FF1733
Complementary color
Monochromatic Colors of #FF1733
Black with #FF1733
Text Example
Text Example
White with #FF1733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1733; }
p { color: rgb(255,23,51); }
H1.HeaderClassName
{
color: #FF1733;
}
.AnyTagClassName
{
color: #FF1733;
}
</style>
background-color css
<style>
a { background-color: #FF1733; }
a { background-color: rgb(255,23,51); }
div.DivClassName
{
background-color: #FF1733;
}
.BgClassName
{
background-color: #FF1733;
}
</style>
border-color css
<style>
span { border-color: #FF1733; }
span { border-color: rgb(255,23,51); }
td.TdClassName
{
border-color: #FF1733;
}
.TagClassName
{
border-color: #FF1733;
}
</style>