Shades of Torch Red #FF0344
Tints of Torch Red #FF0344
RGB
CMYK
RGB Variations
Color information
#FF0344 (or 0xFF0344) is known color: Torch Red. HEX triplet: FF, 03 and 44. RGB value is (255,3,68). Sum of RGB (Red+Green+Blue) = 255+3+68=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0344 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0344 is #00FCBB. Grayscale: #555555. Windows color (decimal): -64700 or 4457471. OLE color: 4457471.
HSL color Cylindrical-coordinate representation of color #FF0344: hue angle of 344.52º 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 #FF0344 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 68 | - |
| CMYK | 0 | 0.99 | 0.73 | 0 |
| HSL | 344.52º | 1% | 0.51% | - |
| HSV(B) | 344.52º | 0.99% | 1% | - |
| XYZ | 42.32 | 21.74 | 7.44 | - |
| YUV | 85.76 | 117.99 | 248.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 68 | 0 | 0.99 | 0.73 | 0 | 344.52 | 1 | 0.51 |
| Hex | FF | 3 | 44 | 0 | 63 | 49 | 0 | 159 | 64 | 33 |
| Octal | 377 | 3 | 104 | 0 | 143 | 111 | 0 | 531 | 144 | 63 |
| Binary | 11111111 | 11 | 1000100 | 0 | 1100011 | 1001001 | 0 | 101011001 | 1100100 | 110011 |
Color Harmonies of #FF0344
Complementary color
Monochromatic Colors of #FF0344
Black with #FF0344
Text Example
Text Example
White with #FF0344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0344; }
p { color: rgb(255,3,68); }
H1.HeaderClassName
{
color: #FF0344;
}
.AnyTagClassName
{
color: #FF0344;
}
</style>
background-color css
<style>
a { background-color: #FF0344; }
a { background-color: rgb(255,3,68); }
div.DivClassName
{
background-color: #FF0344;
}
.BgClassName
{
background-color: #FF0344;
}
</style>
border-color css
<style>
span { border-color: #FF0344; }
span { border-color: rgb(255,3,68); }
td.TdClassName
{
border-color: #FF0344;
}
.TagClassName
{
border-color: #FF0344;
}
</style>