Shades of Torch Red #FF0033
Tints of Torch Red #FF0033
RGB
CMYK
RGB Variations
Color information
#FF0033 (or 0xFF0033) is known color: Torch Red. HEX triplet: FF, 00 and 33. RGB value is (255,0,51). Sum of RGB (Red+Green+Blue) = 255+0+51=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0033 is a web safe color. Inversed color of #FF0033 is #00FFCC. Grayscale: #525252. Windows color (decimal): -65485 or 3342591. OLE color: 3342591.
HSL color Cylindrical-coordinate representation of color #FF0033: hue angle of 348º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0033 is Cyan = 0, Magento = 1, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.8 | 0 |
| HSL | 348º | 1% | 0.5% | - |
| HSV(B) | 348º | 1% | 1% | - |
| XYZ | 41.84 | 21.5 | 5.08 | - |
| YUV | 82.06 | 110.48 | 251.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 51 | 0 | 1 | 0.8 | 0 | 348 | 1 | 0.5 |
| Hex | FF | 0 | 33 | 0 | 64 | 50 | 0 | 15C | 64 | 32 |
| Octal | 377 | 0 | 63 | 0 | 144 | 120 | 0 | 534 | 144 | 62 |
| Binary | 11111111 | 0 | 110011 | 0 | 1100100 | 1010000 | 0 | 101011100 | 1100100 | 110010 |
Color Harmonies of #FF0033
Complementary color
Monochromatic Colors of #FF0033
Black with #FF0033
Text Example
Text Example
White with #FF0033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0033; }
p { color: rgb(255,0,51); }
H1.HeaderClassName
{
color: #FF0033;
}
.AnyTagClassName
{
color: #FF0033;
}
</style>
background-color css
<style>
a { background-color: #FF0033; }
a { background-color: rgb(255,0,51); }
div.DivClassName
{
background-color: #FF0033;
}
.BgClassName
{
background-color: #FF0033;
}
</style>
border-color css
<style>
span { border-color: #FF0033; }
span { border-color: rgb(255,0,51); }
td.TdClassName
{
border-color: #FF0033;
}
.TagClassName
{
border-color: #FF0033;
}
</style>