Shades of Torch Red #FF0324
Tints of Torch Red #FF0324
RGB
CMYK
RGB Variations
Color information
#FF0324 (or 0xFF0324) is known color: Torch Red. HEX triplet: FF, 03 and 24. RGB value is (255,3,36). Sum of RGB (Red+Green+Blue) = 255+3+36=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0324 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0324 is #00FCDB. Grayscale: #525252. Windows color (decimal): -64732 or 2360319. OLE color: 2360319.
HSL color Cylindrical-coordinate representation of color #FF0324: hue angle of 352.14º 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 #FF0324 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 36 | - |
| CMYK | 0 | 0.99 | 0.86 | 0 |
| HSL | 352.14º | 1% | 0.51% | - |
| HSV(B) | 352.14º | 0.99% | 1% | - |
| XYZ | 41.59 | 21.45 | 3.62 | - |
| YUV | 82.11 | 101.99 | 251.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 36 | 0 | 0.99 | 0.86 | 0 | 352.14 | 1 | 0.51 |
| Hex | FF | 3 | 24 | 0 | 63 | 56 | 0 | 160 | 64 | 33 |
| Octal | 377 | 3 | 44 | 0 | 143 | 126 | 0 | 540 | 144 | 63 |
| Binary | 11111111 | 11 | 100100 | 0 | 1100011 | 1010110 | 0 | 101100000 | 1100100 | 110011 |
Color Harmonies of #FF0324
Complementary color
Monochromatic Colors of #FF0324
Black with #FF0324
Text Example
Text Example
White with #FF0324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0324; }
p { color: rgb(255,3,36); }
H1.HeaderClassName
{
color: #FF0324;
}
.AnyTagClassName
{
color: #FF0324;
}
</style>
background-color css
<style>
a { background-color: #FF0324; }
a { background-color: rgb(255,3,36); }
div.DivClassName
{
background-color: #FF0324;
}
.BgClassName
{
background-color: #FF0324;
}
</style>
border-color css
<style>
span { border-color: #FF0324; }
span { border-color: rgb(255,3,36); }
td.TdClassName
{
border-color: #FF0324;
}
.TagClassName
{
border-color: #FF0324;
}
</style>