Shades of Torch Red #FF0326
Tints of Torch Red #FF0326
RGB
CMYK
RGB Variations
Color information
#FF0326 (or 0xFF0326) is known color: Torch Red. HEX triplet: FF, 03 and 26. RGB value is (255,3,38). Sum of RGB (Red+Green+Blue) = 255+3+38=296 (39% of max value = 765). Red value is 255 (100% from 255 or 86.15% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0326 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0326 is #00FCD9. Grayscale: #525252. Windows color (decimal): -64730 or 2491391. OLE color: 2491391.
HSL color Cylindrical-coordinate representation of color #FF0326: hue angle of 351.67º 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 #FF0326 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 38 | - |
| CMYK | 0 | 0.99 | 0.85 | 0 |
| HSL | 351.67º | 1% | 0.51% | - |
| HSV(B) | 351.67º | 0.99% | 1% | - |
| XYZ | 41.62 | 21.47 | 3.78 | - |
| YUV | 82.34 | 102.99 | 251.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 38 | 0 | 0.99 | 0.85 | 0 | 351.67 | 1 | 0.51 |
| Hex | FF | 3 | 26 | 0 | 63 | 55 | 0 | 160 | 64 | 33 |
| Octal | 377 | 3 | 46 | 0 | 143 | 125 | 0 | 540 | 144 | 63 |
| Binary | 11111111 | 11 | 100110 | 0 | 1100011 | 1010101 | 0 | 101100000 | 1100100 | 110011 |
Color Harmonies of #FF0326
Complementary color
Monochromatic Colors of #FF0326
Black with #FF0326
Text Example
Text Example
White with #FF0326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0326; }
p { color: rgb(255,3,38); }
H1.HeaderClassName
{
color: #FF0326;
}
.AnyTagClassName
{
color: #FF0326;
}
</style>
background-color css
<style>
a { background-color: #FF0326; }
a { background-color: rgb(255,3,38); }
div.DivClassName
{
background-color: #FF0326;
}
.BgClassName
{
background-color: #FF0326;
}
</style>
border-color css
<style>
span { border-color: #FF0326; }
span { border-color: rgb(255,3,38); }
td.TdClassName
{
border-color: #FF0326;
}
.TagClassName
{
border-color: #FF0326;
}
</style>