Shades of Torch Red #FF0433
Tints of Torch Red #FF0433
RGB
CMYK
RGB Variations
Color information
#FF0433 (or 0xFF0433) is known color: Torch Red. HEX triplet: FF, 04 and 33. RGB value is (255,4,51). Sum of RGB (Red+Green+Blue) = 255+4+51=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0433 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0433 is #00FBCC. Grayscale: #545454. Windows color (decimal): -64461 or 3343615. OLE color: 3343615.
HSL color Cylindrical-coordinate representation of color #FF0433: hue angle of 348.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0433 is Cyan = 0, Magento = 0.98, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 51 | - |
| CMYK | 0 | 0.98 | 0.8 | 0 |
| HSL | 348.77º | 1% | 0.51% | - |
| HSV(B) | 348.77º | 0.98% | 1% | - |
| XYZ | 41.88 | 21.59 | 5.09 | - |
| YUV | 84.41 | 109.16 | 249.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 51 | 0 | 0.98 | 0.8 | 0 | 348.77 | 1 | 0.51 |
| Hex | FF | 4 | 33 | 0 | 62 | 50 | 0 | 15D | 64 | 33 |
| Octal | 377 | 4 | 63 | 0 | 142 | 120 | 0 | 535 | 144 | 63 |
| Binary | 11111111 | 100 | 110011 | 0 | 1100010 | 1010000 | 0 | 101011101 | 1100100 | 110011 |
Color Harmonies of #FF0433
Complementary color
Monochromatic Colors of #FF0433
Black with #FF0433
Text Example
Text Example
White with #FF0433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0433; }
p { color: rgb(255,4,51); }
H1.HeaderClassName
{
color: #FF0433;
}
.AnyTagClassName
{
color: #FF0433;
}
</style>
background-color css
<style>
a { background-color: #FF0433; }
a { background-color: rgb(255,4,51); }
div.DivClassName
{
background-color: #FF0433;
}
.BgClassName
{
background-color: #FF0433;
}
</style>
border-color css
<style>
span { border-color: #FF0433; }
span { border-color: rgb(255,4,51); }
td.TdClassName
{
border-color: #FF0433;
}
.TagClassName
{
border-color: #FF0433;
}
</style>