Shades of Torch Red #FF0328
Tints of Torch Red #FF0328
RGB
CMYK
RGB Variations
Color information
#FF0328 (or 0xFF0328) is known color: Torch Red. HEX triplet: FF, 03 and 28. RGB value is (255,3,40). Sum of RGB (Red+Green+Blue) = 255+3+40=298 (39% of max value = 765). Red value is 255 (100% from 255 or 85.57% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0328 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0328 is #00FCD7. Grayscale: #525252. Windows color (decimal): -64728 or 2622463. OLE color: 2622463.
HSL color Cylindrical-coordinate representation of color #FF0328: hue angle of 351.19º 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 #FF0328 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 40 | - |
| CMYK | 0 | 0.99 | 0.84 | 0 |
| HSL | 351.19º | 1% | 0.51% | - |
| HSV(B) | 351.19º | 0.99% | 1% | - |
| XYZ | 41.66 | 21.48 | 3.96 | - |
| YUV | 82.57 | 103.99 | 250.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 40 | 0 | 0.99 | 0.84 | 0 | 351.19 | 1 | 0.51 |
| Hex | FF | 3 | 28 | 0 | 63 | 54 | 0 | 15F | 64 | 33 |
| Octal | 377 | 3 | 50 | 0 | 143 | 124 | 0 | 537 | 144 | 63 |
| Binary | 11111111 | 11 | 101000 | 0 | 1100011 | 1010100 | 0 | 101011111 | 1100100 | 110011 |
Color Harmonies of #FF0328
Complementary color
Monochromatic Colors of #FF0328
Black with #FF0328
Text Example
Text Example
White with #FF0328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0328; }
p { color: rgb(255,3,40); }
H1.HeaderClassName
{
color: #FF0328;
}
.AnyTagClassName
{
color: #FF0328;
}
</style>
background-color css
<style>
a { background-color: #FF0328; }
a { background-color: rgb(255,3,40); }
div.DivClassName
{
background-color: #FF0328;
}
.BgClassName
{
background-color: #FF0328;
}
</style>
border-color css
<style>
span { border-color: #FF0328; }
span { border-color: rgb(255,3,40); }
td.TdClassName
{
border-color: #FF0328;
}
.TagClassName
{
border-color: #FF0328;
}
</style>