Shades of Torch Red #FF0333
Tints of Torch Red #FF0333
RGB
CMYK
RGB Variations
Color information
#FF0333 (or 0xFF0333) is known color: Torch Red. HEX triplet: FF, 03 and 33. RGB value is (255,3,51). Sum of RGB (Red+Green+Blue) = 255+3+51=309 (40% of max value = 765). Red value is 255 (100% from 255 or 82.52% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0333 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0333 is #00FCCC. Grayscale: #535353. Windows color (decimal): -64717 or 3343359. OLE color: 3343359.
HSL color Cylindrical-coordinate representation of color #FF0333: hue angle of 348.57º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0333 is Cyan = 0, Magento = 0.99, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 51 | - |
| CMYK | 0 | 0.99 | 0.8 | 0 |
| HSL | 348.57º | 1% | 0.51% | - |
| HSV(B) | 348.57º | 0.99% | 1% | - |
| XYZ | 41.87 | 21.56 | 5.09 | - |
| YUV | 83.82 | 109.49 | 250.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 51 | 0 | 0.99 | 0.8 | 0 | 348.57 | 1 | 0.51 |
| Hex | FF | 3 | 33 | 0 | 63 | 50 | 0 | 15D | 64 | 33 |
| Octal | 377 | 3 | 63 | 0 | 143 | 120 | 0 | 535 | 144 | 63 |
| Binary | 11111111 | 11 | 110011 | 0 | 1100011 | 1010000 | 0 | 101011101 | 1100100 | 110011 |
Color Harmonies of #FF0333
Complementary color
Monochromatic Colors of #FF0333
Black with #FF0333
Text Example
Text Example
White with #FF0333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0333; }
p { color: rgb(255,3,51); }
H1.HeaderClassName
{
color: #FF0333;
}
.AnyTagClassName
{
color: #FF0333;
}
</style>
background-color css
<style>
a { background-color: #FF0333; }
a { background-color: rgb(255,3,51); }
div.DivClassName
{
background-color: #FF0333;
}
.BgClassName
{
background-color: #FF0333;
}
</style>
border-color css
<style>
span { border-color: #FF0333; }
span { border-color: rgb(255,3,51); }
td.TdClassName
{
border-color: #FF0333;
}
.TagClassName
{
border-color: #FF0333;
}
</style>