Shades of Torch Red #FF0340
Tints of Torch Red #FF0340
RGB
CMYK
RGB Variations
Color information
#FF0340 (or 0xFF0340) is known color: Torch Red. HEX triplet: FF, 03 and 40. RGB value is (255,3,64). Sum of RGB (Red+Green+Blue) = 255+3+64=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0340 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0340 is #00FCBF. Grayscale: #555555. Windows color (decimal): -64704 or 4195327. OLE color: 4195327.
HSL color Cylindrical-coordinate representation of color #FF0340: hue angle of 345.48º 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 #FF0340 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 64 | - |
| CMYK | 0 | 0.99 | 0.75 | 0 |
| HSL | 345.48º | 1% | 0.51% | - |
| HSV(B) | 345.48º | 0.99% | 1% | - |
| XYZ | 42.2 | 21.7 | 6.81 | - |
| YUV | 85.3 | 115.99 | 249.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 64 | 0 | 0.99 | 0.75 | 0 | 345.48 | 1 | 0.51 |
| Hex | FF | 3 | 40 | 0 | 63 | 4B | 0 | 159 | 64 | 33 |
| Octal | 377 | 3 | 100 | 0 | 143 | 113 | 0 | 531 | 144 | 63 |
| Binary | 11111111 | 11 | 1000000 | 0 | 1100011 | 1001011 | 0 | 101011001 | 1100100 | 110011 |
Color Harmonies of #FF0340
Complementary color
Monochromatic Colors of #FF0340
Black with #FF0340
Text Example
Text Example
White with #FF0340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0340; }
p { color: rgb(255,3,64); }
H1.HeaderClassName
{
color: #FF0340;
}
.AnyTagClassName
{
color: #FF0340;
}
</style>
background-color css
<style>
a { background-color: #FF0340; }
a { background-color: rgb(255,3,64); }
div.DivClassName
{
background-color: #FF0340;
}
.BgClassName
{
background-color: #FF0340;
}
</style>
border-color css
<style>
span { border-color: #FF0340; }
span { border-color: rgb(255,3,64); }
td.TdClassName
{
border-color: #FF0340;
}
.TagClassName
{
border-color: #FF0340;
}
</style>