Shades of Torch Red #FF0329
Tints of Torch Red #FF0329
RGB
CMYK
RGB Variations
Color information
#FF0329 (or 0xFF0329) is known color: Torch Red. HEX triplet: FF, 03 and 29. RGB value is (255,3,41). Sum of RGB (Red+Green+Blue) = 255+3+41=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0329 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0329 is #00FCD6. Grayscale: #525252. Windows color (decimal): -64727 or 2687999. OLE color: 2687999.
HSL color Cylindrical-coordinate representation of color #FF0329: hue angle of 350.95º 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 #FF0329 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 41 | - |
| CMYK | 0 | 0.99 | 0.84 | 0 |
| HSL | 350.95º | 1% | 0.51% | - |
| HSV(B) | 350.95º | 0.99% | 1% | - |
| XYZ | 41.67 | 21.49 | 4.05 | - |
| YUV | 82.68 | 104.49 | 250.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 41 | 0 | 0.99 | 0.84 | 0 | 350.95 | 1 | 0.51 |
| Hex | FF | 3 | 29 | 0 | 63 | 54 | 0 | 15F | 64 | 33 |
| Octal | 377 | 3 | 51 | 0 | 143 | 124 | 0 | 537 | 144 | 63 |
| Binary | 11111111 | 11 | 101001 | 0 | 1100011 | 1010100 | 0 | 101011111 | 1100100 | 110011 |
Color Harmonies of #FF0329
Complementary color
Monochromatic Colors of #FF0329
Black with #FF0329
Text Example
Text Example
White with #FF0329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0329; }
p { color: rgb(255,3,41); }
H1.HeaderClassName
{
color: #FF0329;
}
.AnyTagClassName
{
color: #FF0329;
}
</style>
background-color css
<style>
a { background-color: #FF0329; }
a { background-color: rgb(255,3,41); }
div.DivClassName
{
background-color: #FF0329;
}
.BgClassName
{
background-color: #FF0329;
}
</style>
border-color css
<style>
span { border-color: #FF0329; }
span { border-color: rgb(255,3,41); }
td.TdClassName
{
border-color: #FF0329;
}
.TagClassName
{
border-color: #FF0329;
}
</style>