Shades of Torch Red #FF0641
Tints of Torch Red #FF0641
RGB
CMYK
RGB Variations
Color information
#FF0641 (or 0xFF0641) is known color: Torch Red. HEX triplet: FF, 06 and 41. RGB value is (255,6,65). Sum of RGB (Red+Green+Blue) = 255+6+65=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0641 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0641 is #00F9BE. Grayscale: #575757. Windows color (decimal): -63935 or 4261631. OLE color: 4261631.
HSL color Cylindrical-coordinate representation of color #FF0641: hue angle of 345.78º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0641 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 65 | - |
| CMYK | 0 | 0.98 | 0.75 | 0 |
| HSL | 345.78º | 1% | 0.51% | - |
| HSV(B) | 345.78º | 0.98% | 1% | - |
| XYZ | 42.26 | 21.77 | 6.98 | - |
| YUV | 87.18 | 115.49 | 247.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 65 | 0 | 0.98 | 0.75 | 0 | 345.78 | 1 | 0.51 |
| Hex | FF | 6 | 41 | 0 | 62 | 4B | 0 | 15A | 64 | 33 |
| Octal | 377 | 6 | 101 | 0 | 142 | 113 | 0 | 532 | 144 | 63 |
| Binary | 11111111 | 110 | 1000001 | 0 | 1100010 | 1001011 | 0 | 101011010 | 1100100 | 110011 |
Color Harmonies of #FF0641
Complementary color
Monochromatic Colors of #FF0641
Black with #FF0641
Text Example
Text Example
White with #FF0641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0641; }
p { color: rgb(255,6,65); }
H1.HeaderClassName
{
color: #FF0641;
}
.AnyTagClassName
{
color: #FF0641;
}
</style>
background-color css
<style>
a { background-color: #FF0641; }
a { background-color: rgb(255,6,65); }
div.DivClassName
{
background-color: #FF0641;
}
.BgClassName
{
background-color: #FF0641;
}
</style>
border-color css
<style>
span { border-color: #FF0641; }
span { border-color: rgb(255,6,65); }
td.TdClassName
{
border-color: #FF0641;
}
.TagClassName
{
border-color: #FF0641;
}
</style>